Files
cpython/Include
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
..
2013-10-05 16:28:04 -04:00
2015-01-23 20:05:18 -08:00
2010-12-03 20:14:31 +00:00
2010-12-03 20:14:31 +00:00
2010-12-03 20:14:31 +00:00
2010-12-03 20:14:31 +00:00
2014-05-26 15:12:28 -07:00
2015-01-29 14:29:51 +01:00
2014-10-10 11:55:41 +02:00
2015-03-09 02:39:47 -07:00
2010-12-03 20:14:31 +00:00
2011-03-16 11:35:38 +02:00
2010-12-03 20:14:31 +00:00
2015-02-11 18:18:10 +01:00