Uh oh!
There was an error while loading. Please reload this page.
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier - #18231
Conversation
bedevere-bot
commented
Jan 28, 2020
GH-18234 is a backport of this pull request to the 3.8 branch. |
zooba
commented
Jan 28, 2020
Two commits in this PR - the first is the backported change, while the second is the "real" change that we want for the future. |
bedevere-bot
commented
Jan 29, 2020
|
bedevere-bot
commented
Jan 29, 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.
https://bugs.python.org/issue39401