From 3d83c1ec610ef7c45ce39f9165bc9a06a8c9667c Mon Sep 17 00:00:00 2001 From: Chu Date: Thu, 10 Apr 2025 19:57:37 +0800 Subject: Fix a typo in Python/pylifecycle.c (#132350) --- Python/pylifecycle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pylifecycle.c') diff --git a/Python/pylifecycle.c b/Python/pylifecycle.c index 934614e73b5..1b9832bff17 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; -- cgit v1.2.3