[issue12268] file readline, readlines & readall methods can lose data on EINTR
Gregory P. Smith
report at bugs.python.org
Tue Jun 26 06:04:59 CEST 2012
Gregory P. Smith <greg at krypto.org> added the comment:
The uses of fwrite() and fflush() also need this EINTR treatment in 2.7. I haven't checked the write paths in 3.2 yet.
Also, the fix change to 3.2's _io module needs backporting to 2.7's _io module for people using that.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12268>
_______________________________________
More information about the Python-bugs-list
mailing list