Closed burgholzer closed 2 months ago
As pointed out in https://github.com/pypa/cibuildwheel/issues/1975#issuecomment-2296995654 free-threading (Python 3.13t) builds on Windows need to have Py_GIL_DISABLED set in order to properly work. This PR ensures that the corresponding setting is always set.
Py_GIL_DISABLED
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.3%. Comparing base (15a0c7c) to head (c6c97fd). Report is 2 commits behind head on main.
15a0c7c
c6c97fd
Description
As pointed out in https://github.com/pypa/cibuildwheel/issues/1975#issuecomment-2296995654 free-threading (Python 3.13t) builds on Windows need to have
Py_GIL_DISABLED
set in order to properly work. This PR ensures that the corresponding setting is always set.Checklist: