Bug report
Bug description:
The _freeze_module.vcxproj file is looking for #undef Py_GIL_DISABLED, but that was changed to /* #define Py_GIL_DISABLED 1 */ some time ago, so the build system ends up looking to replace a line that doesn't exist, the result is that the freeze Python never has GIL disabled even if it was requested during the build
CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
Bug report
Bug description:
The _freeze_module.vcxproj file is looking for
#undef Py_GIL_DISABLED, but that was changed to/* #define Py_GIL_DISABLED 1 */some time ago, so the build system ends up looking to replace a line that doesn't exist, the result is that the freeze Python never has GIL disabled even if it was requested during the buildCPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs