On 03/30/2012 07:31 PM, Miki Tebeka wrote: > > I propose to add Thread.interrupt() function. > > Does the new http://docs.python.org/dev/library/signal.html#signal.pthread_kill help in any way? > This is only available on Unix. You can't send a signal just to one thread in Windows. It's always sent to the whole process.