-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Cython 3.0.1 seems to break our compile process #54756
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
Comments
Looks like Cython is crashing. We should be getting some kind of error message.
is the error. https://github.com/pandas-dev/pandas/blob/main/pandas/_libs/tslibs/fields.pyx is the failing file for reference. |
From the stack trace, it seems that we're generating a tuple of default argument values here but somehow an argument name isn't found in the defaults struct. Might be related to the change in cython/cython#5554 |
I'm away from a computer for the next few days but will have a look on Monday if the bug still exists then. |
Fixed in Cython 3.0.2, just released. |
https://app.circleci.com/pipelines/github/pandas-dev/pandas/35409/workflows/a4c9fd69-5f8b-462d-a3ef-af13db8ead32/jobs/103623
cc @lithomas1 maybe
The text was updated successfully, but these errors were encountered: