• Fred Drake's avatar
    Trent Mick <trentm@activestate.com>: · 0e123951
    Fred Drake authored
    This patch fixes a possible overflow in the Sleep system call on
    Win32/64 in the time_sleep() function in the time module. For very
    large values of the give time to sleep the number of milliseconds can
    overflow and give unexpected sleep intervals. THis patch raises an
    OverflowError if the value overflows.
    
    Closes SourceForge patch #100514.
    0e123951
timemodule.c 22.1 KB