Fix a typo in Python/pylifecycle.c (#132350)

This commit is contained in:
Chu
2025-04-10 19:57:37 +08:00
committed by GitHub
parent 4d58c8cb24
commit 3d83c1ec61

View File

@@ -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;