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 python-dev
Recipients martin.panter, python-dev, serhiy.storchaka, vstinner
Date 2015-02-28.10:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150228104644.16406.10498@psf.io>
In-reply-to
Content
New changeset b5e9ddbdd4a7 by Serhiy Storchaka in branch '3.4':
Issue #21619: Popen objects no longer leave a zombie after exit in the with
https://hg.python.org/cpython/rev/b5e9ddbdd4a7

New changeset cdac249808a8 by Serhiy Storchaka in branch 'default':
Issue #21619: Popen objects no longer leave a zombie after exit in the with
https://hg.python.org/cpython/rev/cdac249808a8
History
Date User Action Args
2015-02-28 10:46:47python-devsetrecipients: + python-dev, vstinner, martin.panter, serhiy.storchaka
2015-02-28 10:46:47python-devlinkissue21619 messages
2015-02-28 10:46:47python-devcreate