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

Release Python 3.13t (free-threading) wheel #2476

Open
hawkinsp opened this issue Dec 17, 2024 · 2 comments
Open

Release Python 3.13t (free-threading) wheel #2476

hawkinsp opened this issue Dec 17, 2024 · 2 comments

Comments

@hawkinsp
Copy link

psutil currently only ships an abi3 wheel, which isn't compatible with Python 3.13t free-threading builds. It'd be great to fix that!

@giampaolo
Copy link
Owner

giampaolo commented Dec 28, 2024

Not sure how to do this, nor what it means in terms of effort.

E.g. can we release a single .whl which targets all cPython versions >= 3.13? ...Or we're deemed to create multiple .whl files for every python version (3.13, 3.14, 3.15, etc.)?

CC @mayeut and @colesbury in case they want to chime in.

@giampaolo giampaolo changed the title [OS] Release Python 3.13t (free-threading) wheel Release Python 3.13t (free-threading) wheel Dec 28, 2024
@mayeut
Copy link
Contributor

mayeut commented Dec 29, 2024

There's no limited/stable API/ABI for free-threading yet: https://docs.python.org/3/howto/free-threading-extensions.html#limited-c-api-and-stable-abi

The existing abi3 wheel will continue to work on non free-threading builds of python 3.13+.
For the free-threading builds, a wheel per version is required.

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.

3 participants