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 brian.curtin
Recipients brian.curtin, gregory.p.smith, neologix, pitrou
Date 2011-05-09.21:02:25
SpamBayes Score 0.00040602335
Marked as misclassified No
Message-id <1304974945.74.0.749679533148.issue12044@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I don't think the wait() is a good idea. If you want to block and infinitely wait on the process to close, you should do so explicitly.

It's probably better that we try to use terminate() or kill() and raise if that fails.
History
Date User Action Args
2011-05-09 21:02:25brian.curtinsetrecipients: + brian.curtin, gregory.p.smith, pitrou, neologix
2011-05-09 21:02:25brian.curtinsetmessageid: <1304974945.74.0.749679533148.issue12044@psf.upfronthosting.co.za>
2011-05-09 21:02:25brian.curtinlinkissue12044 messages
2011-05-09 21:02:25brian.curtincreate