We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyModuleDef_Type
1 parent 06b6243 commit 8e29215Copy full SHA for 8e29215
Doc/c-api/module.rst
@@ -277,6 +277,11 @@ data stored in module state.
277
No longer called before the module state is allocated.
278
279
280
+.. c:var:: PyTypeObject PyModuleDef_Type
281
+
282
+ The type of ``PyModuleDef`` objects.
283
284
285
Module slots
286
............
287
Tools/check-c-api-docs/ignored_c_api.txt
@@ -20,8 +20,6 @@ Py_UTF8Mode
20
Py_HASH_EXTERNAL
21
# modsupport.h
22
PyABIInfo_FREETHREADING_AGNOSTIC
23
-# moduleobject.h
24
-PyModuleDef_Type
25
# object.h
26
Py_INVALID_SIZE
27
Py_TPFLAGS_HAVE_VERSION_TAG
0 commit comments