bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier #18231
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. |
|
|
miss-islington
pushed a commit
that referenced
this pull request
Jan 30, 2020
…8231) (GH-18232) https://bugs.python.org/issue39401 Automerge-Triggered-By: @zooba
miss-islington
pushed a commit
that referenced
this pull request
Jan 30, 2020
…8231) (GH-18234) https://bugs.python.org/issue39401 Automerge-Triggered-By: @zooba
ned-deily
pushed a commit
that referenced
this pull request
Jan 31, 2020
shihai1991
added a commit
to shihai1991/cpython
that referenced
this pull request
Jan 31, 2020
…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.
opavlyuk
pushed a commit
to opavlyuk/cpython
that referenced
this pull request
Feb 12, 2020
…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.
chrisburr
added a commit
to chrisburr/cpython
that referenced
this pull request
Dec 9, 2020
…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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
https://bugs.python.org/issue39401