]> granicus.if.org Git - python/commit
Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Nov 2014 16:20:33 +0000 (17:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 25 Nov 2014 16:20:33 +0000 (17:20 +0100)
commit5ef586f25a6d5128a15341e849d7dca4fe882d22
tree9e43ac203681b77b372d408d83fd0b97a5cc85a1
parentc8c64e30e889c04ce266bf9e49d58cb97d835329
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.
Lib/asyncio/subprocess.py
Lib/test/test_asyncio/test_subprocess.py