diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-25 01:55:14 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-25 01:55:14 +0100 |
commit | 09e5924b441597d22b1cbe02c31f044faff46448 (patch) | |
tree | c7d43ad80634c6e4c9aeb4ca32c9bff8288ef458 /Python/traceback.c | |
parent | b9acc41104579570f55931ddb4d5de8f5eef6cbe (diff) | |
parent | f75229cb97a932d7e48b9ee77f03a41e3f789095 (diff) | |
download | cpython-09e5924b441597d22b1cbe02c31f044faff46448.tar.gz |
(Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError()
Flushing sys.stdout and sys.stderr in Py_FatalError() can call again
Py_FatalError(). Add a reentrant flag to detect this case and just abort at the
second call.
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions