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 pitrou
Recipients brian.curtin, gregory.p.smith, neologix, pitrou
Date 2011-05-09.21:05:14
SpamBayes Score 7.135688e-06
Marked as misclassified No
Message-id <1304975112.3578.3.camel@localhost.localdomain>
In-reply-to <1304974945.74.0.749679533148.issue12044@psf.upfronthosting.co.za>
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.

Ok.

> It's probably better that we try to use terminate() or kill() and raise if that fails.

Uh, I think it's worse. Using a context manager shouldn't do something
potentially destructive like killing a process.
History
Date User Action Args
2011-05-09 21:05:15pitrousetrecipients: + pitrou, gregory.p.smith, brian.curtin, neologix
2011-05-09 21:05:14pitroulinkissue12044 messages
2011-05-09 21:05:14pitroucreate