-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Compile fails on 3.14 no-GIL #231
Comments
I worked around this quite a while back. I'm able to I tried to sync the latest |
@jimkring thanks for this! @indygreg do you think you'd be willing to publish free-threaded wheels for zstandard (assuming there are no thread-safety issues you're aware of)? You can follow https://py-free-threading.github.io/porting/ for porting instructions. |
Would love to see this as well. Note that a free threading build is now available in Python 3.13 which was released on October 7. Free threading is still experimental and not the default. For my specific use case it performs extremely well and so I'd like to see zstandard support this. |
Hi there 👋 Is there any blocker other than using |
I did a short grep through the codebase and don't see any obvious issues in the C extensions like mutable static global variables. The Not sure if there are other thread safety issues. Running something like |
@indygreg Would you be open to one of us adding support for this and you publishing a release? |
I did some tests with the |
The text was updated successfully, but these errors were encountered: