Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e783700

Browse files
committed
Fix thoroughly misleading comment
1 parent 8445104 commit e783700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sysmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ _PySys_Init(void)
10251025
}
10261026
}
10271027

1028-
/* stdin/stdout/stderr are now set by site.py. */
1028+
/* stdin/stdout/stderr are now set by pythonrun.c */
10291029

10301030
PyDict_SetItemString(sysdict, "__displayhook__",
10311031
PyDict_GetItemString(sysdict, "displayhook"));

0 commit comments

Comments
 (0)