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, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2016-05-20.10:48:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160520104807.10774.9680.08923AD7@psf.io>
In-reply-to
Content
New changeset b122011b139e by Victor Stinner in branch 'default':
Use "with popen:" in test_subprocess
https://hg.python.org/cpython/rev/b122011b139e

New changeset 4c02b983bd5f by Victor Stinner in branch 'default':
Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now
https://hg.python.org/cpython/rev/4c02b983bd5f

New changeset b7f3494deb2c by Victor Stinner in branch 'default':
subprocess now emits a ResourceWarning warning
https://hg.python.org/cpython/rev/b7f3494deb2c
History
Date User Action Args
2016-05-20 10:48:10python-devsetrecipients: + python-dev, pitrou, vstinner, martin.panter, serhiy.storchaka
2016-05-20 10:48:09python-devlinkissue26741 messages
2016-05-20 10:48:09python-devcreate