[issue12268] file readline, readlines & readall methods can lose data on EINTR

Gregory P. Smith report at bugs.python.org
Mon Jun 6 02:36:31 CEST 2011


Gregory P. Smith <greg at krypto.org> added the comment:

.readall() and the equivalent unbounded .read() also have this problem.

----------
title: file readline & readlines methods can lose data on EINTR -> file readline, readlines & readall methods can lose data on EINTR

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


More information about the Python-bugs-list mailing list