mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate.
This commit is contained in:
parent
3179b36014
commit
deff89c8be
17 changed files with 21 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue