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 vstinner
Recipients germn, pitrou, r.david.murray, vstinner, yselivanov
Date 2017-09-21.21:31:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY-mwQ87u0UK51-daZxO-1D5fWFtCM92agogoPs7dgJ5Q@mail.gmail.com>
In-reply-to <1506028516.5.0.820258572259.issue31539@psf.upfronthosting.co.za>
Content
IMHO we should either just close the issue, ir document the bad clock
resolution on Windows in the asyncio doc.

Yury: asyncio can trigger events earlier than scheduled for performance
reasons. See end_time in asyncio core loop.
History
Date User Action Args
2017-09-21 21:31:41vstinnersetrecipients: + vstinner, pitrou, r.david.murray, yselivanov, germn
2017-09-21 21:31:41vstinnerlinkissue31539 messages
2017-09-21 21:31:41vstinnercreate