-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier #18231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GH-18234 is a backport of this pull request to the 3.8 branch. |
Two commits in this PR - the first is the backported change, while the second is the "real" change that we want for the future. |
|
|
…8231) (GH-18232) https://bugs.python.org/issue39401 Automerge-Triggered-By: @zooba
…8231) (GH-18234) https://bugs.python.org/issue39401 Automerge-Triggered-By: @zooba
…8231) As Windows 7 is not supported by Python 3.9, we just replace the dynamic load with a static import. Backports will have a different fix to ensure they continue to behave the same.
…thonGH-18231)" This reverts commit 6a65eba.
…thonGH-18231)" This reverts commit 6a65eba.
…thonGH-18231)" This reverts commit 6a65eba.
…thonGH-18231)" This reverts commit 6a65eba.
https://bugs.python.org/issue39401