Will python ever have signalhandlers in threads?

Damjan gdamjan at gmail.com
Fri Nov 12 17:41:36 EST 2004


> I have had a look at the signal module and the example
> and came to the conclusion that the example wont work
> if you try to do this in a thread.
> 
> So is there a chance similar code will work in a thread?

I think acording to the Posix Thread specs, signals are only delevered to
the process and never to threads... I could be wrong though...



-- 
damjan



More information about the Python-list mailing list