Skip to content

Commit ce59d4a

Browse files
Eclips4estyxx
authored andcommitted
Include/internal/pycore_import.h: Fix typo (python#119586)
Fix typo
1 parent 5096715 commit ce59d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_import.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ struct _import_runtime_state {
5050
PyMutex mutex;
5151
/* The actual cache of (filename, name, PyModuleDef) for modules.
5252
Only legacy (single-phase init) extension modules are added
53-
and only if they support multiple initialization (m_size >- 0)
53+
and only if they support multiple initialization (m_size >= 0)
5454
or are imported in the main interpreter.
5555
This is initialized lazily in fix_up_extension() in import.c.
5656
Modules are added there and looked up in _imp.find_extension(). */

0 commit comments

Comments
 (0)