Skip to content
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

"failed to import" warning once per cpdef enum #5941

Merged
merged 1 commit into from Feb 10, 2024

Conversation

da-woods
Copy link
Contributor

This is just to make the warning a little less noisy. I think it's worth printing it, but probably not on every conversion.

Also make the function a little more lightweight by not repeating the import multiple times.

This is just to make the warning a little less noisy. I think it's
worth printing it, but probably not on every conversion.

Also make the function a little more lightweight by not repeating
the import multiple times.
@da-woods da-woods added this to the 3.0.x milestone Feb 10, 2024
@da-woods da-woods merged commit 8d477de into cython:master Feb 10, 2024
63 checks passed
@da-woods da-woods deleted the only-warn-once-for-cpdef-enums branch February 10, 2024 11:06
da-woods added a commit that referenced this pull request Feb 10, 2024
This is just to make the warning a little less noisy. I think it's
worth printing it, but probably not on every conversion.

Also make the function a little more lightweight by not repeating
the import multiple times.
@da-woods
Copy link
Contributor Author

3.0.x commit b5bdf9c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant