https://github.com/python/cpython/commit/8e29215e04a55e855046386349e38441fc9b246f
commit: 8e29215e04a55e855046386349e38441fc9b246f
branch: 3.14
author: Peter Bierma <[email protected]>
committer: ZeroIntensity <[email protected]>
date: 2026-02-23T15:24:29Z
summary:

[3.14] gh-141004: Document `PyModuleDef_Type` (GH-145043) (GH-145146)

(cherry picked from commit 24cc998c164f137603f1c6d95b929d640211d237)

files:
M Doc/c-api/module.rst
M Tools/check-c-api-docs/ignored_c_api.txt

diff --git a/Doc/c-api/module.rst b/Doc/c-api/module.rst
index eed47c8966c473..49ac4de6655a88 100644
--- a/Doc/c-api/module.rst
+++ b/Doc/c-api/module.rst
@@ -277,6 +277,11 @@ data stored in module state.
          No longer called before the module state is allocated.
 
 
+.. c:var:: PyTypeObject PyModuleDef_Type
+
+   The type of ``PyModuleDef`` objects.
+
+
 Module slots
 ............
 
diff --git a/Tools/check-c-api-docs/ignored_c_api.txt 
b/Tools/check-c-api-docs/ignored_c_api.txt
index 1351190b1f6b32..eed3935a258c4f 100644
--- a/Tools/check-c-api-docs/ignored_c_api.txt
+++ b/Tools/check-c-api-docs/ignored_c_api.txt
@@ -20,8 +20,6 @@ Py_UTF8Mode
 Py_HASH_EXTERNAL
 # modsupport.h
 PyABIInfo_FREETHREADING_AGNOSTIC
-# moduleobject.h
-PyModuleDef_Type
 # object.h
 Py_INVALID_SIZE
 Py_TPFLAGS_HAVE_VERSION_TAG

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to