cpython/Modules/_io
Miss Islington (bot) 8bcd41040a 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 6a89481680)
2017-12-01 07:26:31 +01:00
..
clinic
_iomodule.c Merge from 3.5. 2016-12-07 13:31:47 +02:00
_iomodule.h
bufferedio.c bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722) 2017-03-19 20:27:16 +02:00
bytesio.c bpo-31095: fix potential crash during GC (GH-3195) 2017-09-04 12:31:09 +09:00
fileio.c bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661) 2017-12-01 07:26:31 +01:00
iobase.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) (#1180) 2017-04-19 21:22:49 +03:00
stringio.c
textio.c [3.6] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3714) 2017-09-24 03:29:17 +03:00
winconsoleio.c _winconsoleio: Fix memory leak (#2485) 2017-06-29 10:53:34 +02:00