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
The free-threaded (--disable-gil) build of CPython 3.13 doesn't currently support the limited API. Let's adjust setup.py so that Py_LIMITED_API is not defined in Py_GIL_DISABLED builds.
For context, we'd like the free-threaded build to support a version of the limited API, but it probably won't happen in time for 3.13. See also python/cpython#111506.
The text was updated successfully, but these errors were encountered:
Summary
Description
The free-threaded (
--disable-gil
) build of CPython 3.13 doesn't currently support the limited API. Let's adjustsetup.py
so thatPy_LIMITED_API
is not defined inPy_GIL_DISABLED
builds.For context, we'd like the free-threaded build to support a version of the limited API, but it probably won't happen in time for 3.13. See also python/cpython#111506.
The text was updated successfully, but these errors were encountered: