]> 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:28:39 +0000 (16:28 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 18 Apr 2011 14:28:39 +0000 (16:28 +0200)
commit27026f87d8aba31c3aa5529971508a91017486f5
tree492f2b447afa0d9a9da792641460e91ea6a2991a
parent01581ee0b7c968adb987a36495af7ce5eb794d0d
parent6c9b35bfe2585af08ea6480294e096e2d2397fe3
(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