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.
1 parent 4f3cab9 commit dbd3df6Copy full SHA for dbd3df6
Doc/c-api/module.rst
@@ -93,7 +93,11 @@ Module Objects
93
.. c:function:: void* PyModule_GetState(PyObject *module)
94
95
Return the "state" of the module, that is, a pointer to the block of memory
96
- allocated at module creation time, or ``NULL``. See
+ allocated at module creation time, or ``NULL``.
97
+
98
+ Takes a pointer to a modlue as an argument.
99
100
+ See
101
:c:member:`PyModuleDef.m_size`.
102
103
0 commit comments