commit | 33feeab598f5b0926a2835837c70c257f9be6749 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 18 16:33:28 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 18 16:33:28 2011 +0200 |
tree | 705dd9ecea80c8857cdea1a96972730f46c28a4b | |
parent | 8e4eeef4ee8589ecaf8537b1060920f9c5027de7 [diff] |
(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.