Issue #23485: select.select() is now retried automatically with the recomputed
timeout when interrupted by a signal, except if the signal handler raises an exception. This change is part of the PEP 475. The asyncore and selectors module doesn't catch the InterruptedError exception anymore when calling select.select(), since this function should not raise InterruptedError anymore.
V
Victor Stinner committed
f70e1ca0fc30426d12aa8fc6684764ee11a66777
Parent: 3f5d48b