]> granicus.if.org Git - python/commitdiff
(Merge 3.2) Issue #11768: The signal handler of the signal module only calls
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Apr 2011 14:30:17 +0000 (16:30 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Apr 2011 14:30:17 +0000 (16:30 +0200)
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or
parallel calls. PyErr_SetInterrupt() writes also into the wake up file.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
Simple merge