From 6a44e4eb3a1ff68c0ff6104e4fefa9a813ac9e1f Mon Sep 17 00:00:00 2001 From: sharktide Date: Mon, 3 Mar 2025 20:03:37 -0500 Subject: [PATCH 1/5] Update typeobj.rst --- Doc/c-api/typeobj.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index b41e5767e59c5f..341c1168505537 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 From 6ca284ead2d14abc09f3e6aa3e17ab63798c9db5 Mon Sep 17 00:00:00 2001 From: sharktide Date: Mon, 3 Mar 2025 20:13:23 -0500 Subject: [PATCH 2/5] Update ACKS --- Misc/ACKS | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/ACKS b/Misc/ACKS index 2a68b69f161041..9b79bba7fb90fc 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1225,6 +1225,7 @@ Jeff McNeil Craig McPheeters Corvin McPherson Lambert Meertens +Rihaan Meher Bill van Melle Lucas Prado Melo Ezio Melotti From 62384366cf28281cfeed60b7f617c6f1769b676d Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 01:23:43 +0000 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst diff --git a/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst b/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst new file mode 100644 index 00000000000000..0f7d2af4bd60c4 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst @@ -0,0 +1,7 @@ +================ +Type: Improvement +Title: Enhance documentation for Python C API type objects +Issue: bpo-130814 + +Detailed changes: +- Clarified the title of the page From fefc0c500f8ce205b9b215e718f219fe9aefda91 Mon Sep 17 00:00:00 2001 From: sharktide Date: Mon, 3 Mar 2025 20:29:58 -0500 Subject: [PATCH 4/5] Update 2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst --- .../2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst b/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst index 0f7d2af4bd60c4..326b16e9c2d7af 100644 --- a/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst +++ b/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst @@ -1,7 +1,7 @@ ================ Type: Improvement Title: Enhance documentation for Python C API type objects -Issue: bpo-130814 +Issue: :gh:`130814` Detailed changes: -- Clarified the title of the page +- Clarified the title of the page From 152dcbd3b10b5f4fe1b01237c35b7cdd843f5faa Mon Sep 17 00:00:00 2001 From: sharktide Date: Tue, 4 Mar 2025 07:45:10 -0500 Subject: [PATCH 5/5] Delete Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst --- .../2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst diff --git a/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst b/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst deleted file mode 100644 index 326b16e9c2d7af..00000000000000 --- a/Misc/NEWS.d/next/Documentation/2025-03-04-01-23-42.gh-issue-130814.Tp3Ct1.rst +++ /dev/null @@ -1,7 +0,0 @@ -================ -Type: Improvement -Title: Enhance documentation for Python C API type objects -Issue: :gh:`130814` - -Detailed changes: -- Clarified the title of the page