mirror of
https://github.com/python/cpython.git
synced 2026-08-10 04:18:01 +08:00
Call PyErr_PrintEx(0) instead of PyErr_Print() to avoid a crash if Py_FatalError() is called in an early stage of Python initialization (if PySys is not yet initialized).