There was an error while loading. Please reload this page.
1 parent d91df1a commit c14190dCopy full SHA for c14190d
1 file changed
Doc/c-api/module.rst
@@ -83,6 +83,8 @@ There are only a few functions special to module objects.
83
unicode string, raise :exc:`SystemError` and return *NULL*; otherwise return
84
a reference to a :ctype:`PyUnicodeObject`.
85
86
+ .. versionadded:: 3.2
87
+
88
89
.. cfunction:: void* PyModule_GetState(PyObject *module)
90
0 commit comments