mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
a555cfcb73
* _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
Miscellaneous source files for the main Python shared library