Files
cpython/Python
Victor Stinner e0deff31d3 (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and
sys.stderr

It should help to see exceptions when stderr if buffered: PyErr_Display() calls
sys.stderr.write(), it doesn't write into stderr file descriptor directly.
2015-03-24 13:46:18 +01:00
..
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2014-12-31 18:10:13 -06:00
2010-07-31 19:29:15 +00:00
2012-10-05 01:04:27 +02:00
2015-02-02 10:52:56 -05:00
2009-04-27 20:54:42 +00:00
2013-09-26 22:21:41 -04:00

Miscellaneous source files for the main Python shared library