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

Support --disable-gil builds (PEP 703) in packaging.tags #727

Closed
Tracked by #108219
colesbury opened this issue Oct 5, 2023 · 0 comments · Fixed by #728
Closed
Tracked by #108219

Support --disable-gil builds (PEP 703) in packaging.tags #727

colesbury opened this issue Oct 5, 2023 · 0 comments · Fixed by #728

Comments

@colesbury
Copy link
Contributor

The packaging.tags requires two changes to support the experimental --disable-gil builds:

  1. The packaging.tags._cpython_abis() function should return "t" in the ABI for --disable-gil builds
  2. The packaging.tags.cpython_tags() function should exclude "abi3" for --disable-gil builds. There is ongoing discussion on how to support features from the stable ABI, but that's more likely to take the form of an "abi4".
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.

2 participants