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 rosslagerwall
Recipients nnorwitz, pitrou, rosslagerwall
Date 2011-03-20.16:57:55
SpamBayes Score 0.011356778
Marked as misclassified No
Message-id <1300640277.74.0.330863895787.issue11616@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure. Was reap_children() meant to just reap zombie processes or wait for all children to finish?

It seems like it was written to just reap zombie processes. Might this not cause hangs during testing sometimes if a subprocess that was started has itself hung?
History
Date User Action Args
2011-03-20 16:57:57rosslagerwallsetrecipients: + rosslagerwall, nnorwitz, pitrou
2011-03-20 16:57:57rosslagerwallsetmessageid: <1300640277.74.0.330863895787.issue11616@psf.upfronthosting.co.za>
2011-03-20 16:57:55rosslagerwalllinkissue11616 messages
2011-03-20 16:57:55rosslagerwallcreate