]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge 3.4->default: asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe...
authorGuido van Rossum <guido@python.org>
Mon, 12 May 2014 17:05:04 +0000 (10:05 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 12 May 2014 17:05:04 +0000 (10:05 -0700)
commit3b5162d05d24a2f4cd6b2b9f5b503982cf433cd6
tree79b0a7fc5c52a6c8a96def16417f22e1d7711d08
parent05278eeac999d173560a4c111ba3da6a2f90a605
parentbf88ffba5edf780e12a64db9cb929216c19f6cfa
Merge 3.4->default: asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit.