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.
Include/internal/pycore_import.h
1 parent 5ef5622 commit c7a5e1eCopy full SHA for c7a5e1e
Include/internal/pycore_import.h
@@ -50,7 +50,7 @@ struct _import_runtime_state {
50
PyMutex mutex;
51
/* The actual cache of (filename, name, PyModuleDef) for modules.
52
Only legacy (single-phase init) extension modules are added
53
- and only if they support multiple initialization (m_size >- 0)
+ and only if they support multiple initialization (m_size >= 0)
54
or are imported in the main interpreter.
55
This is initialized lazily in fix_up_extension() in import.c.
56
Modules are added there and looked up in _imp.find_extension(). */
0 commit comments