Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d83c1e

Browse filesBrowse files
authored
Fix a typo in Python/pylifecycle.c (#132350)
1 parent 4d58c8c commit 3d83c1e
Copy full SHA for 3d83c1e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Python/pylifecycle.c

Copy file name to clipboardExpand all lines: Python/pylifecycle.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ _Py_PreInitializeFromPyArgv(const PyPreConfig *src_config, const _PyArgv *args)
967967
return _PyStatus_OK();
968968
}
969969

970-
/* Note: preinitialized remains 1 on error, it is only set to 0
970+
/* Note: preinitializing remains 1 on error, it is only set to 0
971971
at exit on success. */
972972
runtime->preinitializing = 1;
973973

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.