Victor Stinner e42ccd2bfd Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
* If fopen() fails, OSError is raised with the original filename object.
* The GIL is now released while calling fopen()
2015-03-18 01:39:23 +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