Kaydet (Commit) f235989e authored tarafından Benjamin Peterson's avatar Benjamin Peterson

protect this call, too

üst f73813a8
......@@ -627,8 +627,8 @@ t_bootstrap(void *boot_raw)
PyFile_WriteObject(boot->func, file, 0);
else
PyObject_Print(boot->func, stderr, 0);
PyErr_Restore(exc, value, tb);
PySys_WriteStderr("\n");
PyErr_Restore(exc, value, tb);
PyErr_PrintEx(0);
}
}
......
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