https://github.com/python/cpython/commit/3d83c1ec610ef7c45ce39f9165bc9a06a8c9667c
commit: 3d83c1ec610ef7c45ce39f9165bc9a06a8c9667c
branch: main
author: Chu <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2025-04-10T17:27:37+05:30
summary:
Fix a typo in Python/pylifecycle.c (#132350)
files:
M Python/pylifecycle.c
diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c
index 934614e73b56f9..1b9832bff17ba5 100644
--- a/Python/pylifecycle.c
+++ b/Python/pylifecycle.c
@@ -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;
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]