Skip to content

Commit 8e29215

Browse files
[3.14] gh-141004: Document PyModuleDef_Type (GH-145043) (GH-145146)
(cherry picked from commit 24cc998)
1 parent 06b6243 commit 8e29215

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Doc/c-api/module.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ data stored in module state.
277277
No longer called before the module state is allocated.
278278
279279
280+
.. c:var:: PyTypeObject PyModuleDef_Type
281+
282+
The type of ``PyModuleDef`` objects.
283+
284+
280285
Module slots
281286
............
282287

Tools/check-c-api-docs/ignored_c_api.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Py_UTF8Mode
2020
Py_HASH_EXTERNAL
2121
# modsupport.h
2222
PyABIInfo_FREETHREADING_AGNOSTIC
23-
# moduleobject.h
24-
PyModuleDef_Type
2523
# object.h
2624
Py_INVALID_SIZE
2725
Py_TPFLAGS_HAVE_VERSION_TAG

0 commit comments

Comments
 (0)