mirror of
https://github.com/python/cpython.git
synced 2026-08-09 18:50:37 -04:00
In _io_FileIO_readall_impl(), lseek() and _Py_fstat_noraise() were called without releasing the GIL. This can cause all threads to hang for unlimited time when calling FileIO.read() and the NFS server is not accessible.
Source files for standard library extension modules, and former extension modules that are now builtin modules.