[issue21090] File read silently stops after EIO I/O error

STINNER Victor report at bugs.python.org
Tue Jul 1 17:07:14 CEST 2014


STINNER Victor added the comment:

Here is a patch for FileIO.readall() which should fix the issue. Currently, readall() returns read bytes at the first read() error if a least one call to read() succeed.

----------
keywords: +patch
Added file: http://bugs.python.org/file35820/fileio_readall_eio.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21090>
_______________________________________


More information about the Python-bugs-list mailing list