Commit e7837005 authored by Nick Coghlan's avatar Nick Coghlan

Fix thoroughly misleading comment

parent 8445104d
......@@ -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"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment