-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-107298: Docs: add targets for some :c:member: and :c:macro: references #107316
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-107298: Docs: add targets for some :c:member: and :c:macro: references #107316
Conversation
e15b0f6
to
0e1f4a9
Compare
…references Add targets for PyStructSequence_Desc and PyStructSequence_Field members and macros like Py_EQ. Fix target for Py_RETURN_RICHCOMPARE.
0e1f4a9
to
310bf2c
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. It would be even better with upper case (see my comment) :-)
Co-authored-by: Victor Stinner <[email protected]>
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 |
GH-107332 is a backport of this pull request to the 3.12 branch. |
…references (pythonGH-107316) Add targets for PyStructSequence_Desc and PyStructSequence_Field members and macros like Py_EQ. Fix target for Py_RETURN_RICHCOMPARE. (cherry picked from commit abec9a1) Co-authored-by: Serhiy Storchaka <[email protected]>
…macro: references (pythonGH-107316) Add targets for PyStructSequence_Desc and PyStructSequence_Field members and macros like Py_EQ. Fix target for Py_RETURN_RICHCOMPARE.. (cherry picked from commit abec9a1) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-107333 is a backport of this pull request to the 3.11 branch. |
… references (GH-107316) (GH-107332) Add targets for PyStructSequence_Desc and PyStructSequence_Field members and macros like Py_EQ. Fix target for Py_RETURN_RICHCOMPARE. (cherry picked from commit abec9a1) Co-authored-by: Serhiy Storchaka <[email protected]>
Add targets for PyStructSequence_Desc and PyStructSequence_Field members and macros like Py_EQ.
Fix target for Py_RETURN_RICHCOMPARE.
📚 Documentation preview 📚: https://cpython-previews--107316.org.readthedocs.build/