How to kill threading.Thread instance?

dmitrey dmitrey.kroshko at scipy.org
Sun Sep 21 09:45:55 EDT 2008


I wonder why something like myThread.exit() or myThread.quit() or
threading.kill(myThread) can't be implemented?
Is something like that present in Python 3000?
Regards, D.



More information about the Python-list mailing list