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 83ecd18 commit 56cc9baCopy full SHA for 56cc9ba
Doc/c-api/module.rst
@@ -263,6 +263,12 @@ or request "multi-phase initialization" by returning the definition struct itsel
263
.. versionchanged:: 3.9
264
No longer called before the module state is allocated.
265
266
+
267
+.. c:var:: PyTypeObject PyModuleDef_Type
268
269
+ The type of ``PyModuleDef`` objects.
270
271
272
Single-phase initialization
273
...........................
274
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