diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-12-01 06:26:31 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-12-01 06:26:31 (GMT) |
commit | 8bcd41040a5f1f9b48a86d0e21f196e4b1f90e4b (patch) | |
tree | 11a56145f0c96232e9067ab3bdcba5bb6d469da0 /Tools/scripts/diff.py | |
parent | e10c9de9d74fd4c26b32e6719d96f04a5be6987d (diff) | |
download | cpython-8bcd41040a5f1f9b48a86d0e21f196e4b1f90e4b.zip cpython-8bcd41040a5f1f9b48a86d0e21f196e4b1f90e4b.tar.gz cpython-8bcd41040a5f1f9b48a86d0e21f196e4b1f90e4b.tar.bz2 |
bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
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.
(cherry picked from commit 6a89481680b921e7b317c29877bdda9a6031e5ad)
Diffstat (limited to 'Tools/scripts/diff.py')
0 files changed, 0 insertions, 0 deletions