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 amaury.forgeotdarc, belopolsky, rosslagerwall, vstinner
Date 2012-01-26.21:51:20
SpamBayes Score 0.0025699718
Marked as misclassified No
Message-id <1327614681.59.0.710595649518.issue13845@psf.upfronthosting.co.za>
In-reply-to
Content
Using the patch of #13882, I realize that time.time() has a resolution of 1 millisecond (10^-3) and not of a microsecond (10^-6) on Windows! Windows doesn't provide gettimeofday(). Using GetSystemTimeAsFileTime() would provide a much better resolution!
History
Date User Action Args
2012-01-26 21:51:21vstinnersetrecipients: + vstinner, amaury.forgeotdarc, belopolsky, rosslagerwall
2012-01-26 21:51:21vstinnersetmessageid: <1327614681.59.0.710595649518.issue13845@psf.upfronthosting.co.za>
2012-01-26 21:51:21vstinnerlinkissue13845 messages
2012-01-26 21:51:20vstinnercreate