bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier#18231
Merged
zooba merged 2 commits intopython:masterfrom Jan 29, 2020
Merged
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier#18231zooba merged 2 commits intopython:masterfrom
zooba merged 2 commits intopython:masterfrom
Conversation
|
GH-18234 is a backport of this pull request to the 3.8 branch. |
Member
Author
|
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
pushed 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.
kuba2k2
pushed a commit
to kuba2k2/cpython
that referenced
this pull request
Nov 13, 2021
…thonGH-18231)" This reverts commit 6a65eba.
kuba2k2
pushed a commit
to kuba2k2/cpython
that referenced
this pull request
Nov 13, 2021
…thonGH-18231)" This reverts commit 6a65eba.
5 tasks
kuba2k2
added a commit
to kuba2k2/cpython
that referenced
this pull request
Dec 5, 2024
…thonGH-18231)" This reverts commit 6a65eba.
kuba2k2
added a commit
to kuba2k2/cpython
that referenced
this pull request
Dec 5, 2024
…thonGH-18231)" This reverts commit 6a65eba.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://bugs.python.org/issue39401