mirror of
https://github.com/python/cpython.git
synced 2026-08-11 16:28:53 +08: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
Source files for standard library extension modules, and former extension modules that are now builtin modules.