]> granicus.if.org Git - python/commit
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data...
authorGuido van Rossum <guido@python.org>
Mon, 12 May 2014 17:04:37 +0000 (10:04 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 12 May 2014 17:04:37 +0000 (10:04 -0700)
commitbf88ffba5edf780e12a64db9cb929216c19f6cfa
tree8ee2815214e6848e7e3e909151a43ea552189157
parenta869fd3dc0117d2f02fb7e4146b6c446a68eaeb4
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit.
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py