diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-07-27 06:37:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 06:37:54 (GMT) |
commit | 36e96baa33cb5aa6cb03a1555017dd66f4244183 (patch) | |
tree | 9f836f7ec47acfc0a670cc08f890dce8b73a6abc /Doc/tools | |
parent | 434e3b89a7dfc5a9cfc644327c1774a50332b126 (diff) | |
download | cpython-36e96baa33cb5aa6cb03a1555017dd66f4244183.zip cpython-36e96baa33cb5aa6cb03a1555017dd66f4244183.tar.gz cpython-36e96baa33cb5aa6cb03a1555017dd66f4244183.tar.bz2 |
[3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: 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 abec9a1b20b70d8ced401d59fc4f02b331c6568b)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/.nitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore index 849ef11..25d0f27 100644 --- a/Doc/tools/.nitignore +++ b/Doc/tools/.nitignore @@ -36,7 +36,6 @@ Doc/c-api/set.rst Doc/c-api/stable.rst Doc/c-api/structures.rst Doc/c-api/sys.rst -Doc/c-api/tuple.rst Doc/c-api/type.rst Doc/c-api/typehints.rst Doc/c-api/typeobj.rst |