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
Set Py_GIL_DISABLED=1 for free threading on Windows
When free threaded CPython is installed from the official Windows
installer it doesn't have the macro `Py_GIL_DISABLED` properly set
becuase its `pyconfig.h` file is shared across the co-installed default
build.
Define the macro when building free threaded Python extensions on
Windows so that each individual C API extension doesn't have to work
around this limitation.
See #4662
0 commit comments