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 yselivanov
Recipients germn, pitrou, r.david.murray, vstinner, yselivanov
Date 2017-09-21.21:15:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506028516.5.0.820258572259.issue31539@psf.upfronthosting.co.za>
In-reply-to
Content
> it's expected that the sleep time may be *more* than asked for, but not less than.

Exactly, and asyncio tries to ensure that.  It looks like "time.get_clock_info('monotonic').resolution" lies about monotonic clock resolution on Windows so that might be the actual issue we want to address.
History
Date User Action Args
2017-09-21 21:15:16yselivanovsetrecipients: + yselivanov, pitrou, vstinner, r.david.murray, germn
2017-09-21 21:15:16yselivanovsetmessageid: <1506028516.5.0.820258572259.issue31539@psf.upfronthosting.co.za>
2017-09-21 21:15:16yselivanovlinkissue31539 messages
2017-09-21 21:15:16yselivanovcreate