]> granicus.if.org Git - python/commit
Merged revisions 83944 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Aug 2010 13:38:10 +0000 (13:38 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Aug 2010 13:38:10 +0000 (13:38 +0000)
commit00091cada63a756937a39d5e6967666301154b57
treea184d24e4ed961701500dccb1560c753788af353
parent91ecc5667fa4c336087e1c3cd16aeedd916dde81
Merged revisions 83944 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83944 | antoine.pitrou | 2010-08-11 15:31:33 +0200 (mer., 11 août 2010) | 6 lines

  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