diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-17 08:58:51 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-17 08:58:51 (GMT) |
commit | e9fb319e688d2d76ab4dbf8b3165ce9d1e24e8fc (patch) | |
tree | e4922f7cec794522aa025616e1d160fcfc79b792 /Grammar | |
parent | 372ac5e73260d6e8c8aefe31fd979a7706841868 (diff) | |
download | cpython-e9fb319e688d2d76ab4dbf8b3165ce9d1e24e8fc.zip cpython-e9fb319e688d2d76ab4dbf8b3165ce9d1e24e8fc.tar.gz cpython-e9fb319e688d2d76ab4dbf8b3165ce9d1e24e8fc.tar.bz2 |
handle_system_exit() flushs files to warranty the output order
PyObject_Print() writes into the C object stderr, whereas PySys_WriteStderr()
writes into the Python object sys.stderr. Each object has its own buffer, so
call sys.stderr.flush() and fflush(stderr).
Diffstat (limited to 'Grammar')
0 files changed, 0 insertions, 0 deletions