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

Antoine Pitrou report at bugs.python.org
Mon Mar 31 00:51:54 CEST 2014


Antoine Pitrou added the comment:

Python 2.7 uses C fopen() and fread(), so what happens probably is that fread() silences the error.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list