diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-03-14 16:53:12 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-03-14 16:53:12 +0100 |
commit | 791da1cc264574f8f3e44570d0fce293f755fdf3 (patch) | |
tree | 6a9cc7d7e834039e74571cd77b33a4e30cfc784e /Python/fileutils.c | |
parent | 34be807ca4dfecc5b0a9e577a48535e738dce32b (diff) | |
download | cpython-git-791da1cc264574f8f3e44570d0fce293f755fdf3.tar.gz |
Fix Py_FatalError() if called without the GIL
Issue #26558: If Py_FatalError() is called without the GIL, don't try to print
the current exception, nor try to flush stdout and stderr: only dump the
traceback of Python threads.
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions