gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. by zooba · Pull Request #133966 · python/cpython

@zooba

…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

@zooba

@zooba

@zooba zooba deleted the gh-133779 branch

May 19, 2025 10:35

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.