From: sharktide Date: Fri, 14 Mar 2025 09:53:13 +0000 (-0400) Subject: gh-130814: Enhance documentation for Python C API type objects (#130817) X-Git-Tag: v3.14.0a6~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b932edc5216d9766e70fef300a6b842ab33204c;p=thirdparty%2FPython%2Fcpython.git gh-130814: Enhance documentation for Python C API type objects (#130817) The "Type Objects" title in `c-api/typeobj.rst`, duplicating the title of `c-api/type.rst`, has been changed to "Type Objects Structures", thereby slightly improving Sphinx search. --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 5811d89649e1..5188ecefb982 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -2,8 +2,8 @@ .. _type-structs: -Type Objects -============ +Type Object Structures +====================== Perhaps one of the most important structures of the Python object system is the structure that defines a new type: the :c:type:`PyTypeObject` structure. Type diff --git a/Misc/ACKS b/Misc/ACKS index 2663042c06af..c623d69e086b 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1230,6 +1230,7 @@ Jeff McNeil Craig McPheeters Corvin McPherson Lambert Meertens +Rihaan Meher Bill van Melle Lucas Prado Melo Ezio Melotti