diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-24 13:44:35 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-24 13:44:35 +0100 |
commit | a8f53d9ff90b654985ae757035708f2aaad91243 (patch) | |
tree | a2a18f60654ad99932b2fde2cd3a0d87114e408c /Python/pylifecycle.c | |
parent | 10a64d840fd23928c788ca82149a21950a8ca025 (diff) | |
download | cpython-a8f53d9ff90b654985ae757035708f2aaad91243.tar.gz |
Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr
It should help to see exceptions when stderr if buffered: PyErr_Display() calls
sys.stderr.write(), it doesn't write into stderr file descriptor directly.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions