Skip to content

Commit 67dff4d

Browse files
Refer to the modules_by_index comment.
1 parent 1663bfc commit 67dff4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/moduleobject.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ typedef struct PyModuleDef_Base {
5252
PyObject* (*m_init)(void);
5353
/* The module's index into its interpreter's modules_by_index cache.
5454
This is set for all extension modules but only used for legacy ones.
55+
(See PyInterpreterState.modules_by_index for more info.)
5556
It is set by PyModuleDef_Init(). */
5657
Py_ssize_t m_index;
5758
/* A copy of the module's __dict__ after the first time it was loaded.

0 commit comments

Comments
 (0)