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 3dc8fdb commit 24cc998Copy full SHA for 24cc998
Doc/c-api/module.rst
@@ -755,6 +755,11 @@ remove it.
755
functions are no longer called before the module state is allocated.
756
757
758
+.. c:var:: PyTypeObject PyModuleDef_Type
759
+
760
+ The type of ``PyModuleDef`` objects.
761
762
763
.. _moduledef-dynamic:
764
765
The following API can be used to create modules from a :c:type:`!PyModuleDef`
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