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, python-dev
Date 2014-04-23.07:38:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gDD5z44Ztz7LjX@mail.python.org>
In-reply-to
Content
New changeset 5d745d97b7da by Gregory P. Smith in branch '3.4':
subprocess's Popen.wait() is now thread safe so that multiple threads
http://hg.python.org/cpython/rev/5d745d97b7da

New changeset df45d0336dad by Gregory P. Smith in branch 'default':
subprocess's Popen.wait() is now thread safe so that multiple threads
http://hg.python.org/cpython/rev/df45d0336dad
History
Date User Action Args
2014-04-23 07:38:32python-devsetrecipients: + python-dev, gregory.p.smith
2014-04-23 07:38:32python-devlinkissue21291 messages
2014-04-23 07:38:32python-devcreate