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 gregory.p.smith, neologix, pitrou, python-dev, sbt, vstinner
Date 2013-08-25.16:29:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3cNMJ51m4Hz7LjT@mail.python.org>
In-reply-to
Content
New changeset f2b023135b1b by Charles-François Natali in branch '2.7':
Issue #18763: subprocess: The file descriptors are now closed after calling the
http://hg.python.org/cpython/rev/f2b023135b1b

New changeset 4c52d4bac03c by Charles-François Natali in branch '3.3':
Issue #18763: subprocess: The file descriptors are now closed after calling the
http://hg.python.org/cpython/rev/4c52d4bac03c

New changeset 748a5d39e7ce by Charles-François Natali in branch 'default':
Issue #18763: subprocess: The file descriptors are now closed after calling the
http://hg.python.org/cpython/rev/748a5d39e7ce
History
Date User Action Args
2013-08-25 16:29:42python-devsetrecipients: + python-dev, gregory.p.smith, pitrou, vstinner, neologix, sbt
2013-08-25 16:29:41python-devlinkissue18763 messages
2013-08-25 16:29:41python-devcreate