Victor Stinner 4ddee7f5fd 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.
2016-03-14 16:53:12 +01:00
..
2015-08-24 20:23:27 -07:00
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2016-01-20 11:12:38 +01:00
2015-10-01 10:00:23 +02:00
2016-01-20 11:12:38 +01:00

Miscellaneous source files for the main Python shared library