Skip to content

gh-107298: Docs: add targets for some :c:member: and :c:macro: references - #107316

Merged
serhiy-storchaka merged 3 commits into
python:mainfrom
serhiy-storchaka:docs-capi-targets
Jul 27, 2023
Merged

gh-107298: Docs: add targets for some :c:member: and :c:macro: references#107316
serhiy-storchaka merged 3 commits into
python:mainfrom
serhiy-storchaka:docs-capi-targets

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented Jul 26, 2023

Copy link
Copy Markdown
Member

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/

…references
Add targets for PyStructSequence_Desc and PyStructSequence_Field members
and macros like Py_EQ.
Fix target for Py_RETURN_RICHCOMPARE.

@vstinnervstinner left a comment

Copy link
Copy Markdown
Member

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) :-)

Comment threadDoc/c-api/tuple.rst Outdated
Co-authored-by: Victor Stinner <vstinner@python.org>
Comment threadDoc/c-api/tuple.rst Outdated
Comment threadDoc/c-api/tuple.rst Outdated
Comment threadDoc/c-api/tuple.rst Outdated
Comment threadDoc/c-api/tuple.rst Outdated
Comment threadDoc/c-api/tuple.rst Outdated
Comment threadDoc/c-api/tuple.rst Outdated
@serhiy-storchaka
serhiy-storchaka merged commit abec9a1 into python:mainJul 27, 2023
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@serhiy-storchaka
serhiy-storchaka deleted the docs-capi-targets branch July 27, 2023 06:04
@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker abec9a1b20b70d8ced401d59fc4f02b331c6568b 3.11

@bedevere-bot

Copy link
Copy Markdown

GH-107332 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 27, 2023
…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 <storchaka@gmail.com>
@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Jul 27, 2023
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jul 27, 2023
…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 <storchaka@gmail.com>
@bedevere-bot

Copy link
Copy Markdown

GH-107333 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Jul 27, 2023
serhiy-storchaka added a commit that referenced this pull request Jul 27, 2023
… references (GH-107316) (GH-107333)
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)
serhiy-storchaka added a commit that referenced this pull request Jul 27, 2023
… 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 <storchaka@gmail.com>
@serhiy-storchakaserhiy-storchaka removed their assignment Sep 8, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip newstopic-C-API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@serhiy-storchaka@miss-islington@bedevere-bot@vstinner