How to kill threading.Thread instance?

dmitrey dmitrey.kroshko at scipy.org
Sun Sep 21 06:41:05 EDT 2008


hi all,
Is there a better way to kill threading.Thread (running) instance than
this one
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/496960
(it's all I have found via google).

BTW, it should be noticed that lots of threading module methods have
no docstrings (in my Python 2.5), for example _Thread__bootstrap,
_Thread__stop.

Regards, D.



More information about the Python-list mailing list