diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-19 21:54:09 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-19 21:54:09 +0100 |
commit | 8b1e703abacb20abff238860f30ef73ed498922c (patch) | |
tree | 4d6d5ea7e25fd2e4432e225de45e844c3f64327b /Python/random.c | |
parent | 72eea3d0b69109b922abed72a824f70371a11a34 (diff) | |
download | cpython-8b1e703abacb20abff238860f30ef73ed498922c.tar.gz |
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.
Diffstat (limited to 'Python/random.c')
0 files changed, 0 insertions, 0 deletions