mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
6a89481680
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.