mirror of
https://github.com/python/cpython.git
synced 2025-07-08 20:05:28 +00:00
Fix a typo in Python/pylifecycle.c (#132350)
This commit is contained in:
parent
4d58c8cb24
commit
3d83c1ec61
1 changed files with 1 additions and 1 deletions
|
@ -967,7 +967,7 @@ _Py_PreInitializeFromPyArgv(const PyPreConfig *src_config, const _PyArgv *args)
|
|||
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. */
|
||||
runtime->preinitializing = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue