Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.

This commit is contained in:
Jack Jansen 1998-10-12 20:53:15 +00:00
parent 3179b36014
commit deff89c8be
17 changed files with 21 additions and 22 deletions

View file

@ -377,7 +377,7 @@ MacOS_HighLevelEventProc(EventRecord *e)
Py_DECREF(args);
}
if (res == NULL) {
fprintf(stderr, "Exception in MacOS_HighLevelEventProc:\n");
PySys_WriteStderr("Exception in MacOS_HighLevelEventProc:\n");
PyErr_Print();
}
else