]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in Python/pylifecycle.c (#132350)
authorChu <maedaqu@gmail.com>
Thu, 10 Apr 2025 11:57:37 +0000 (19:57 +0800)
committerGitHub <noreply@github.com>
Thu, 10 Apr 2025 11:57:37 +0000 (17:27 +0530)
Python/pylifecycle.c

index 934614e73b56f9992160a7505e0fea54b0d0e2ca..1b9832bff17ba590508dbb4cf9d4150a0c539dbd 100644 (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;