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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-06-08.18:40:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591641616.51.0.015066290777.issue40913@roundup.psfhosted.org>
In-reply-to
Content
In time.sleep on Windows, if the WaitForSingleObject call fails, the call returns success. It essentially looks like the timeout was 0.

Errors should be highly unlikely, as the event object is leaked (see issue40912), but if they _do_ occur, we should raise them.
History
Date User Action Args
2020-06-08 18:40:16steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2020-06-08 18:40:16steve.dowersetmessageid: <1591641616.51.0.015066290777.issue40913@roundup.psfhosted.org>
2020-06-08 18:40:16steve.dowerlinkissue40913 messages
2020-06-08 18:40:16steve.dowercreate