This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, python-dev, vstinner, wabu, yselivanov
Date 2014-11-25.16:25:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416932756.35.0.8917804164.issue22685@psf.upfronthosting.co.za>
In-reply-to
Content
Fix also pushed to Python 3.4, 3.5 and to Tulip. Thanks for the report wabu.

Tulip commit:

changeset:   1350:c3a9d355eb34
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Tue Nov 25 17:17:13 2014 +0100
files:       asyncio/subprocess.py tests/test_subprocess.py
description:
Python issue #22685: 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.
History
Date User Action Args
2014-11-25 16:25:56vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov, wabu
2014-11-25 16:25:56vstinnersetmessageid: <1416932756.35.0.8917804164.issue22685@psf.upfronthosting.co.za>
2014-11-25 16:25:56vstinnerlinkissue22685 messages
2014-11-25 16:25:56vstinnercreate