How to kill a thread?

The Pythonista none at this.time
Fri Jun 6 14:44:33 EDT 2008


It's always been my understanding that you can't forcibly kill a thread 
in Python (at least not in a portable way).  The best you can do is 
politely ask it to die, IIRC.

-- 
code.py: A blog about life, the universe, and Python

http://pythonista.wordpress.com
** Posted from http://www.teranews.com **



More information about the Python-list mailing list