mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
* _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