Files
cpython/Python
Victor Stinner 84092ac370 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.
2015-03-25 01:54:46 +01:00
..
2014-12-31 18:10:13 -06:00
2013-03-20 00:39:41 -05:00
2012-10-05 01:04:27 +02:00
2015-01-28 17:10:48 +02:00
2014-02-19 23:05:26 -05:00
2013-09-26 22:21:41 -04:00