]> granicus.if.org Git - python/commit
(Merge 3.1) Issue #11768: The signal handler of the signal module only calls
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Apr 2011 14:33:28 +0000 (16:33 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Apr 2011 14:33:28 +0000 (16:33 +0200)
commit33feeab598f5b0926a2835837c70c257f9be6749
tree705dd9ecea80c8857cdea1a96972730f46c28a4b
parent8e4eeef4ee8589ecaf8537b1060920f9c5027de7
(Merge 3.1) 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