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.
V
Victor Stinner committed
6c9b35bfe2585af08ea6480294e096e2d2397fe3
Parent: 340bb95