Fix thoroughly misleading comment
This commit is contained in:
parent
8445104d7d
commit
e78370050b
|
@ -1025,7 +1025,7 @@ _PySys_Init(void)
|
|||
}
|
||||
}
|
||||
|
||||
/* stdin/stdout/stderr are now set by site.py. */
|
||||
/* stdin/stdout/stderr are now set by pythonrun.c */
|
||||
|
||||
PyDict_SetItemString(sysdict, "__displayhook__",
|
||||
PyDict_GetItemString(sysdict, "displayhook"));
|
||||
|
|
Loading…
Reference in New Issue