[issue19843] Wait for multiple sub-processes to terminate

2014-01-04 Thread Gregory P. Smith
Gregory P. Smith added the comment: I'd rather see it bake in psutils for a while longer regardless of implementation. -- ___ Python tracker ___

[issue19843] Wait for multiple sub-processes to terminate

2013-12-09 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: I replied to your comments here: http://bugs.python.org/review/19843/ Assuming the deadlock problem gets fixed would you consider this feature worthy for inclusion? -- ___ Python tracker

[issue19843] Wait for multiple sub-processes to terminate

2013-12-07 Thread Gregory P. Smith
Gregory P. Smith added the comment: 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 iterati

[issue19843] Wait for multiple sub-processes to terminate

2013-11-30 Thread R. David Murray
R. David Murray added the comment: It's not, the beta is already out. -- nosy: +r.david.murray versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ __

[issue19843] Wait for multiple sub-processes to terminate

2013-11-30 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola': I recently implemented this in psutil and thought it would have been a nice addition for subprocess module as well: https://code.google.com/p/psutil/issues/detail?id=440 Patch in attachment introduces a new subprocess.wait_procs() utility function which w