gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. by zooba · Pull Request #133966 · python/cpython
…to a static header. This means that extension builders will need to specify Py_GIL_DISABLED if they want to link to the free-threaded builds.
zooba
deleted the
gh-133779
branch
zooba added a commit to zooba/cpython that referenced this pull request
May 19, 2025…to a static header. (pythonGH-133966) Extension builders must specify Py_GIL_DISABLED if they want to link to the free-threaded builds. This was usually the case already, but this change guarantees it in all circumstances.
zooba added a commit that referenced this pull request
May 19, 2025… to a static header. (GH-133966) Extension builders must specify Py_GIL_DISABLED if they want to link to the free-threaded builds. This was usually the case already, but this change guarantees it in all circumstances.
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request
Jul 12, 2025…to a static header. (pythonGH-133966) Extension builders must specify Py_GIL_DISABLED if they want to link to the free-threaded builds. This was usually the case already, but this change guarantees it in all circumstances.
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request
Aug 4, 2025…to a static header. (pythonGH-133966) Extension builders must specify Py_GIL_DISABLED if they want to link to the free-threaded builds. This was usually the case already, but this change guarantees it in all circumstances.
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