I am testing Python threading with the following script:
import threading class FirstThread (threading.Thread): def run (self): while True:
KeyboardInterrupt and signals are only seen by the process (ie the main thread)... Have a look at Ctrl-c i.e. KeyboardInterrupt to kill threads in python