Staging
v0.5.1
https://github.com/python/cpython
Revision 6a89481680b921e7b317c29877bdda9a6031e5ad authored by Nir Soffer on 01 December 2017, 01:18:58 UTC, committed by Victor Stinner on 01 December 2017, 01:18:58 UTC
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.
1 parent c319eee
History
Tip revision: 6a89481680b921e7b317c29877bdda9a6031e5ad authored by Nir Soffer on 01 December 2017, 01:18:58 UTC
bpo-32186: Release the GIL during lseek and fstat (#4652)
Tip revision: 6a89481

README

back to top