Staging
v0.5.1
https://github.com/python/cpython
Revision 53345a40bcbf6d71705533b658b2940dad31a684 authored by Victor Stinner on 25 March 2015, 00:55:14 UTC, committed by Victor Stinner on 25 March 2015, 00:55:14 UTC
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.
2 parent s 09ce278 + 84092ac
History
Tip revision: 53345a40bcbf6d71705533b658b2940dad31a684 authored by Victor Stinner on 25 March 2015, 00:55:14 UTC
(Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError()
Tip revision: 53345a4
File Mode Size
Grammar -rw-r--r-- 6.0 KB

back to top