Victor Stinner 97f86b82b7 Issue #23836: Use _Py_write_noraise() to retry on EINTR in _Py_DumpTraceback()
and _Py_DumpTracebackThreads(). Document also these functions to explain that
the caller is responsible to call PyErr_CheckSignals().
2015-04-01 18:38:01 +02: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
2012-10-05 01:04:27 +02:00
2015-02-02 10:52:56 -05:00
2013-09-26 22:21:41 -04:00

Miscellaneous source files for the main Python shared library