mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -137,7 +137,7 @@ mytracker(ctl, part)
|
|||
if (rv)
|
||||
Py_DECREF(rv);
|
||||
else
|
||||
fprintf(stderr, "TrackControl: exception in tracker function\\n");
|
||||
PySys_WriteStderr("TrackControl: exception in tracker function\\n");
|
||||
}
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue