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 gregory.p.smith
Recipients giampaolo.rodola, gregory.p.smith, r.david.murray
Date 2013-12-07.20:13:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386447223.13.0.507835654213.issue19843@psf.upfronthosting.co.za>
In-reply-to
Content
I do not think this is ready to live in the standard library.  

I've left some comments on your patch review.  Consider those for incorporation into the psutils project.

wait_procs() implementation should live in the psutils module on PyPI with more iteration on its implementation happening there as it isn't ready yet.

In general: We have too many APIs in the subprocess module.  I want to avoid adding more unless they are a very clear improvement to ease of use of the module.  More things with deadlock caveats similar to the existing Popen.wait() call are undesirable.
History
Date User Action Args
2013-12-07 20:13:43gregory.p.smithsetrecipients: + gregory.p.smith, giampaolo.rodola, r.david.murray
2013-12-07 20:13:43gregory.p.smithsetmessageid: <1386447223.13.0.507835654213.issue19843@psf.upfronthosting.co.za>
2013-12-07 20:13:43gregory.p.smithlinkissue19843 messages
2013-12-07 20:13:42gregory.p.smithcreate