Antoine Pitrou <pit...@free.fr> added the comment: > 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12044> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com