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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;