]> granicus.if.org Git - python/commit
Issue #9550: a BufferedReader could issue an additional read when the
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Aug 2010 13:31:33 +0000 (13:31 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Aug 2010 13:31:33 +0000 (13:31 +0000)
commit32cfedeb1c378d6acf8e39308831f826f614a204
treec5c133aee304b2bdf98a029b8f93d410fbeab25d
parent5ea3d9370889b08a99ed1bdfdd40f9e89dd60adc
Issue #9550: a BufferedReader could issue an additional read when the
original read request had been satisfied, which can block indefinitely
when the underlying raw IO channel is e.g. a socket.  Report and original
patch by Jason V. Miller.
Lib/test/test_io.py
Misc/ACKS
Misc/NEWS
Modules/_io/bufferedio.c