This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tmick
Recipients
Date 2000-06-07.03:09:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.

History
Date User Action Args
2007-08-23 14:59:30adminlinkissue400514 messages
2007-08-23 14:59:30admincreate