]> granicus.if.org Git - python/commit
Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 11:50:09 +0000 (13:50 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 1 Jul 2011 11:50:09 +0000 (13:50 +0200)
commit48b1ce5519623e83c5910453babef99ffdce3e23
tree5feb53a9b18d248188fda9d20a6e5aea3f722574
parent210e7ca032d51b8368359c02ad505dbd5f633cc9
Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if
it is interrupted by a signal, instead of having to wait until the next
instruction.

Patch reviewed by Antoine Pitrou.
Misc/NEWS
Modules/timemodule.c