diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-25 01:54:46 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-25 01:54:46 +0100 |
commit | 84092ac3705ffe371f5f1ec8ecc8c2830861ba9e (patch) | |
tree | 5f03eacc8c74310a435eb7047488e04998b34d28 /Python/thread.c | |
parent | b0749ca933a6806cfa81d22718bde69409154654 (diff) | |
download | cpython-git-84092ac3705ffe371f5f1ec8ecc8c2830861ba9e.tar.gz |
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/thread.c')
0 files changed, 0 insertions, 0 deletions