Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
... instead of PyErr_Print() because we don't need to set sys attributes, the sys module is destroyed just after printing the error.
V
Victor Stinner committed
c40a350db0f16c678273ee715fe7c70c431360a1
Parent: 66299a4