multiprocessing signal defect

Jean-Paul Calderone exarkun at twistedmatrix.com
Fri Oct 29 10:31:16 EDT 2010


On Oct 29, 10:08 am, Adam Tauno Williams <awill... at whitemice.org>
wrote:
> signal handler to do something smart in the case of a "-15" [for which
> there isn't really a thread equivalent - can you sent a SystemV style
> signal to an individual thread in a process?  I don't think so.]

Yes.  pthread_kill(P)

Jean-Paul



More information about the Python-list mailing list