]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Nov 2014 16:21:43 +0000 (17:21 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Nov 2014 16:21:43 +0000 (17:21 +0100)
StreamReader objects in the SubprocessStreamProtocol. It allows to pause the
transport to not buffer too much stdout or stderr data.


Trivial merge