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 vstinner
Date 2017-10-13.09:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507888343.34.0.213398074469.issue31773@psf.upfronthosting.co.za>
In-reply-to
Content
I reopen the issue since I found a solution to only use integer in pytime.c for QueryPerformanceCounter() / QueryPerformanceFrequency() *and* prevent integer overflow.
History
Date User Action Args
2017-10-13 09:52:23vstinnersetrecipients: + vstinner
2017-10-13 09:52:23vstinnersetmessageid: <1507888343.34.0.213398074469.issue31773@psf.upfronthosting.co.za>
2017-10-13 09:52:23vstinnerlinkissue31773 messages
2017-10-13 09:52:23vstinnercreate