mirror of
https://github.com/python/cpython.git
synced 2025-11-18 01:57:37 +00:00
parent
5ef5622543
commit
c7a5e1e550
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ struct _import_runtime_state {
|
||||||
PyMutex mutex;
|
PyMutex mutex;
|
||||||
/* The actual cache of (filename, name, PyModuleDef) for modules.
|
/* The actual cache of (filename, name, PyModuleDef) for modules.
|
||||||
Only legacy (single-phase init) extension modules are added
|
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.
|
or are imported in the main interpreter.
|
||||||
This is initialized lazily in fix_up_extension() in import.c.
|
This is initialized lazily in fix_up_extension() in import.c.
|
||||||
Modules are added there and looked up in _imp.find_extension(). */
|
Modules are added there and looked up in _imp.find_extension(). */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue