From: Victor Stinner Date: Mon, 18 Apr 2011 14:30:17 +0000 (+0200) Subject: (Merge 3.2) Issue #11768: The signal handler of the signal module only calls X-Git-Tag: v3.3.0a1~2564 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce16be91dc68597b0c5bfc7b4b1c5136fe5697a6;p=python (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. --- ce16be91dc68597b0c5bfc7b4b1c5136fe5697a6