From: Victor Stinner Date: Tue, 25 Nov 2014 16:21:43 +0000 (+0100) Subject: (Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr X-Git-Tag: v3.5.0a1~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a11e5e1aed1cb3566edb41d9f4a6b490abb2581;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader objects in the SubprocessStreamProtocol. It allows to pause the transport to not buffer too much stdout or stderr data. --- 6a11e5e1aed1cb3566edb41d9f4a6b490abb2581