-
Notifications
You must be signed in to change notification settings - Fork 937
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
Incompatible with Cython 3.0a3 #1599
Comments
The problems begin in 3.0a2 and continue through 3.0a4. |
The double-dunder name changes broke some things. Fixes #1599
Re-opening pending cython/cython#3578 |
The errors that you got above are due to Cython now (mostly) following Python semantics on dunder names: cython/cython#3544 Specifically, as in Python, |
Thank you. I did eventually manage to figure that out, and it makes sense. The error message was initially a bit confusing since it's a step removed. |
Building with Cython 3.0a3 started producing these errors and warnings; Cython 3.0a1 was fine:
For now, I will pin to Cython<3.
The text was updated successfully, but these errors were encountered: