diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/pylifecycle.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |