[issue9550] BufferedReader may issue additional read, may cause hang when backed by blocking socket

Antoine Pitrou report at bugs.python.org
Tue Aug 10 00:31:05 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Thanks for caring about such issues. This would also need unit tests and test_io.py (and perhaps a similar change in _pyio.py, although the buffering logic there is different and may not exhibit the issue).

----------
stage:  -> needs patch
versions: +Python 3.2

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


More information about the Python-bugs-list mailing list