-
Notifications
You must be signed in to change notification settings - Fork 799
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
Free-threaded support? #2303
Comments
I'm not aware of anyone looking at this. It's worth noting that there are quite a few places where the GIL is used to prevent concurrent access, so identifying these seems like the first step. |
As far as CI builds go, actions/setup-python#771 would be nice. |
deadsnakes is only tested on Ubuntu |
It's also possible uv gets to it first: astral-sh/uv#7193 |
Here's a workflow manually installing Python 3.13t: #2395
This is unfortunately not something I'll be able to provide much help with. Contributions are more than welcome ! |
Has anyone here given thought on testing this module with the no-GIL version of the Python interpreter yet?
The text was updated successfully, but these errors were encountered: