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 aclover, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-03-04.13:22:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583328177.53.0.041198819068.issue39847@roundup.psfhosted.org>
In-reply-to
Content
time.monotonic() is now always implemented with GetTickCount64() on Windows. Previously, there was a fallback on GetTickCount() when GetTickCount64() was not available. GetTickCount() call has been removed when we dropped support for old Windows versions.

Do you want to work on a fix? (PR)
History
Date User Action Args
2020-03-04 13:22:57vstinnersetrecipients: + vstinner, paul.moore, tim.golden, aclover, zach.ware, steve.dower
2020-03-04 13:22:57vstinnersetmessageid: <1583328177.53.0.041198819068.issue39847@roundup.psfhosted.org>
2020-03-04 13:22:57vstinnerlinkissue39847 messages
2020-03-04 13:22:57vstinnercreate