-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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-107091: Fix some uses of :attr: role #107318
gh-107091: Fix some uses of :attr: role #107318
Conversation
fca75a2
to
069bae3
Compare
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.
LGTM. I just have a minor suggestion.
Co-authored-by: Victor Stinner <vstinner@python.org>
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
Fix also formatting of PyMethodDef members.. (cherry picked from commit d363eb5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-107330 is a backport of this pull request to the 3.12 branch. |
Fix also formatting of PyMethodDef members.. (cherry picked from commit d363eb5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-107331 is a backport of this pull request to the 3.11 branch. |
:c:member:
should be used instead.📚 Documentation preview 📚: https://cpython-previews--107318.org.readthedocs.build/