summaryrefslogtreecommitdiff
path: root/Python/traceback.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2015-03-25 01:55:14 +0100
committerVictor Stinner <victor.stinner@gmail.com>2015-03-25 01:55:14 +0100
commit09e5924b441597d22b1cbe02c31f044faff46448 (patch)
treec7d43ad80634c6e4c9aeb4ca32c9bff8288ef458 /Python/traceback.c
parentb9acc41104579570f55931ddb4d5de8f5eef6cbe (diff)
parentf75229cb97a932d7e48b9ee77f03a41e3f789095 (diff)
downloadcpython-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