Fix a typo in Python/pylifecycle.c (#132350)
This commit is contained in:
@@ -967,7 +967,7 @@ _Py_PreInitializeFromPyArgv(const PyPreConfig *src_config, const _PyArgv *args)
|
|||||||
return _PyStatus_OK();
|
return _PyStatus_OK();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Note: preinitialized remains 1 on error, it is only set to 0
|
/* Note: preinitializing remains 1 on error, it is only set to 0
|
||||||
at exit on success. */
|
at exit on success. */
|
||||||
runtime->preinitializing = 1;
|
runtime->preinitializing = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user