-
Notifications
You must be signed in to change notification settings - Fork 112
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 for PyO3 0.23 #455
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm looking at using rust-numpy with the free-threaded Python build and it looks like the first blocker is 0.23 support. The error I hit out of the box after pointing the
cargo.toml
at my local copy of PyO3 is:So it looks like the first step is removing the uses of the gil-refs feature and fully transitioning to the bound reference API.
The text was updated successfully, but these errors were encountered: