Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't build with limited API for 3.13 free-threaded build #2401

Open
colesbury opened this issue Apr 11, 2024 · 0 comments · May be fixed by #2402
Open

Don't build with limited API for 3.13 free-threaded build #2401

colesbury opened this issue Apr 11, 2024 · 0 comments · May be fixed by #2402

Comments

@colesbury
Copy link

Summary

  • OS: cross-platform
  • Type: wheels / build

Description

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant