]> granicus.if.org Git - python/commit
(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)
commitce16be91dc68597b0c5bfc7b4b1c5136fe5697a6
tree5d91e3854a67afbb2a7760b3d541cc2c3331db56
parentf3299989a213f8e2f174defc1174ab2acf8ec322
parent27026f87d8aba31c3aa5529971508a91017486f5
(Merge 3.2) 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