Victor Stinner a47fc5c2dd Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()
Retry open()/fopen() if it fails with EINTR and the Python signal handler
doesn't raise an exception.
2015-03-18 09:52:54 +01:00
..
2015-02-02 10:52:56 -05:00
2015-02-16 09:40:12 +02:00
2015-02-14 15:17:47 -05:00
2014-12-31 18:10:13 -06:00
2015-02-02 10:52:56 -05:00
2015-02-16 09:40:12 +02:00
2013-09-26 22:21:41 -04:00

Miscellaneous source files for the main Python shared library