-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
gh-101100: Fix Sphinx warnings in c-api/structures.rst
#113564
gh-101100: Fix Sphinx warnings in c-api/structures.rst
#113564
Conversation
@encukou Any suggestion for the |
They're defined a few lines below. (Definitely not the first place I looked!) I hope you're OK with me pushing a fix-up directly to the PR. |
I am, thank you! |
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…nGH-113564) (cherry picked from commit 51d9068) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
GH-114527 is a backport of this pull request to the 3.12 branch. |
…n#113564) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
…n#113564) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
Fix these two warnings:
They're typos, should be
PyType_Slot
. See PR #103511 where they were added (to 3.12, no backport needed for 3.11).That leaves these two warnings in this file:
I'm not sure what to do with these, any ideas? (Added in PR #100054, also in 3.12.)
📚 Documentation preview 📚: https://cpython-previews--113564.org.readthedocs.build/