[issue22685] memory leak: no transport for pipes by create_subprocess_exec/shell

STINNER Victor report at bugs.python.org
Tue Nov 25 17:25:56 CET 2014


STINNER Victor added the comment:

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 at 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22685>
_______________________________________


More information about the Python-bugs-list mailing list