From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:01:05 +0000 (+0100) Subject: [3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130817... X-Git-Tag: v3.12.10~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ece5aed836e9bc1438152d65f423bb9443733f;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131224) gh-130814: Enhance documentation for Python C API type objects (GH-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. (cherry picked from commit 6b932edc5216d9766e70fef300a6b842ab33204c) Co-authored-by: sharktide --- diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 7a100af88ecf..a7ec665c340b 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 febc2f7b3653..a6e63a991f92 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1204,6 +1204,7 @@ Caolan McNamara Jeff McNeil Craig McPheeters Lambert Meertens +Rihaan Meher Bill van Melle Lucas Prado Melo Ezio Melotti