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 1663bfc commit 67dff4dCopy full SHA for 67dff4d
Include/moduleobject.h
@@ -52,6 +52,7 @@ typedef struct PyModuleDef_Base {
52
PyObject* (*m_init)(void);
53
/* The module's index into its interpreter's modules_by_index cache.
54
This is set for all extension modules but only used for legacy ones.
55
+ (See PyInterpreterState.modules_by_index for more info.)
56
It is set by PyModuleDef_Init(). */
57
Py_ssize_t m_index;
58
/* A copy of the module's __dict__ after the first time it was loaded.
0 commit comments