]> granicus.if.org Git - python/commit
Issue #11768: The signal handler of the signal module only calls
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Apr 2011 14:25:56 +0000 (16:25 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Apr 2011 14:25:56 +0000 (16:25 +0200)
commit6c9b35bfe2585af08ea6480294e096e2d2397fe3
tree6ff03bbd64937ea055f5db49b505238c02cbb5a3
parent340bb95ffd9c0947a7f6ac7f4520efada7204bc0
Issue #11768: The signal handler of the signal module only calls
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or
parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
Misc/NEWS
Modules/signalmodule.c