Victor Stinner a555cfcb73 Issue #23694: Enhance _Py_open(), it now raises exceptions
* _Py_open() now raises exceptions on error. If open() fails, it raises an
  OSError with the filename.
* _Py_open() now releases the GIL while calling open()
* Add _Py_open_noraise() when _Py_open() cannot be used because the GIL is not
  held
2015-03-18 00:22:14 +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
2014-09-28 11:27:24 +03:00
2015-02-02 10:52:56 -05:00
2015-02-16 09:40:12 +02:00

Miscellaneous source files for the main Python shared library