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 brett.cannon, christian.heimes, gvanrossum, lukasz.langa, methane, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2017-10-04.01:14:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507079685.09.0.213398074469.issue31415@psf.upfronthosting.co.za>
In-reply-to
Content
> Could we change PyTime_GetMonotonicClock implementation to use it on Windows?

No. See the PEP 418 for the rationale.

But we could add a _PyTime_GetPerfCounter() to Python/pytime.c.
History
Date User Action Args
2017-10-04 01:14:45vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, rhettinger, terry.reedy, christian.heimes, methane, lukasz.langa, serhiy.storchaka
2017-10-04 01:14:45vstinnersetmessageid: <1507079685.09.0.213398074469.issue31415@psf.upfronthosting.co.za>
2017-10-04 01:14:45vstinnerlinkissue31415 messages
2017-10-04 01:14:44vstinnercreate