commit | 27026f87d8aba31c3aa5529971508a91017486f5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 18 16:28:39 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 18 16:28:39 2011 +0200 |
tree | 492f2b447afa0d9a9da792641460e91ea6a2991a | |
parent | 01581ee0b7c968adb987a36495af7ce5eb794d0d [diff] | |
parent | 6c9b35bfe2585af08ea6480294e096e2d2397fe3 [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.