-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC document cython typedefs #28865
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
DOC document cython typedefs #28865
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small suggestions to improve the wording.
Otherwise LGTM!
Question: should we close the issue you refer to? It seems the discussion is unfinished, or has it run out of steam? Something to ponder for the person pressing merge.
Co-authored-by: Tim Head <betatim@gmail.com>
I checked all ocurrences of |
I think the CI error isn't exactly because of this change, but it is strangely topical. This is the failure:
What do we do? It seems a fundamental "error" in the sense that if it is true we should see it in all builds, but apparently no (only |
Maybe be should prefer absolute imports over relative ones (I somewhere read that this is recommended). |
Maybe #28821 missed some dependencies on EDIT: I restarted the failing job and it passed this time. It's still the macos no openmp job, that's why I think it's the same kind of issue |
Reference Issues/PRs
Closes #25572.
What does this implement/fix? Explain your changes.
This adds a short entry in the developer guide about our central cython typedefs.
Any other comments?