You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note to self: Python 3.12 removes some code for Windows 7. Maybe we can add it back in when building Python 3.12, or maybe it will be too challenging to continue support for Python 3.12 on Windows 7.
You'll likely have the best time handling these the way that we have in some cases - by providing implementations for the functions we used to get with GetProcAddress, just matching the prototype. You could even create your own static library with them and include that in the build, which should reduce the amount of modifications to the CPython sources.
Note to self: Python 3.12 removes some code for Windows 7. Maybe we can add it back in when building Python 3.12, or maybe it will be too challenging to continue support for Python 3.12 on Windows 7.
python/cpython#102336
python/cpython#102255
The text was updated successfully, but these errors were encountered: