Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now
retried with the recomputed delay, except if the signal handler raises an exception (PEP 475). Modify also test_signal to use a monotonic clock instead of the system clock.
V
Victor Stinner committed
79d68f929d8def878766965f513b628023f809b5
Parent: 0ed56a0