Is it possible to kill a thread ?

Luke LLoeffler at home.com
Thu Dec 6 11:42:32 EST 2001


I think you may want to set the thread as a daemon thread, so when it is 
the only thread left running, it will automatically stop.  From the 
documentation: "The entire Python program exits when no active 
non-daemon threads are left. "




More information about the Python-list mailing list