SIGN IN SIGN UP

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
1188935af9ff5b762c6b1eaacb1dffdf0208bb40
Parent: 90759a2