Killing a python thread with a signal

James Lamanna jamesl at appliedminds.com
Wed Dec 22 15:51:05 EST 2004


So I've created a thread with the threading.Thread class, but I want to 
be able to kill this thread because it does a select() with a timeout of 
None.

Is there any way to send a signal only to this thread and wake it up 
from the select?

Thanks.

Please CC me for I am not subscribed.
-- 
James Lamanna



More information about the Python-list mailing list