thread, threading; how to kill a thread?

David Bolen db3l at fitlinxx.com
Wed Nov 17 17:05:39 EST 2004


Ian Bicking <ianb at colorstudy.com> writes:

> (...)
> Even if it messes things up and I have to restart the process at the
> soonest possible time to clean up the problems, it would be nice to be
> able to exit the process.  (...)

I'm not positive, but os._exit() may at least let you get the process
exited regardless of any thread states.

-- David



More information about the Python-list mailing list