mirror of https://github.com/python/cpython
parent
5ef5622543
commit
c7a5e1e550
|
@ -50,7 +50,7 @@ struct _import_runtime_state {
|
|||
PyMutex mutex;
|
||||
/* The actual cache of (filename, name, PyModuleDef) for modules.
|
||||
Only legacy (single-phase init) extension modules are added
|
||||
and only if they support multiple initialization (m_size >- 0)
|
||||
and only if they support multiple initialization (m_size >= 0)
|
||||
or are imported in the main interpreter.
|
||||
This is initialized lazily in fix_up_extension() in import.c.
|
||||
Modules are added there and looked up in _imp.find_extension(). */
|
||||
|
|
Loading…
Reference in New Issue