SIGN IN SIGN UP

Trent Mick <trentm@activestate.com>:

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.
F
Fred Drake committed
0e12395190a54ce91fdc37593601f481cfcf3e70
Parent: 699f352