-
Notifications
You must be signed in to change notification settings - Fork 192
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
Publish cp313t (free-threaded) wheels #1242
Comments
#1180 already updates pyo3 to 0.22, so anyone taking on the work for 0.23 should use that as the base probably |
Thanks! After building with that PR I'm able to get some more useful compiler errors and warnings:
It looks like almost everything is about the introduction of Anyone trying to do this with a free-threaded Python may run into the fact that both |
Currently
pip install libcst
will do a from-source build on free-threaded 3.13.0:The build succeeds, but it probably shouldn't, and immediately segfaults if I try to import anything that imports the native module:
I think the first step is likely going to be updating the PyO3 dependency to 0.23 once that comes out (hopefully this week). Since the crate is at PyO3 0.20 right now, updating to 0.21 and 0.22 first will likely help.
The text was updated successfully, but these errors were encountered: