-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-101100: Fix Sphinx warnings in c-api/structures.rst
#113564
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
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 <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
GH-114527 is a backport of this pull request to the 3.12 branch. |
…13564) (#114527) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
…n#113564) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
…n#113564) Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
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/