Thread termination

Diez B. Roggisch deets at nospam.web.de
Fri Oct 13 06:14:54 EDT 2006


Teja schrieb:
> Hi all,
> 
> Does any one know how to terminate or kill a thread that is started
> with "start_new_thread()" in the middle of its execution?
> 
> Any pointers?

This has been discussed a bazillion times in this NG. The short answer 
is: no.

For  the long answer: do some googling :)

Diez



More information about the Python-list mailing list