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 belopolsky, loewis, vstinner
Date 2012-01-26.21:50:13
SpamBayes Score 0.0021805654
Marked as misclassified No
Message-id <1327614614.37.0.0767277731871.issue13882@psf.upfronthosting.co.za>
In-reply-to
Content
Windows code (win32_clock) was wrong in time_decimal-2.patch: it is fixed in patch version 3.

Some tests on Windows made me realize that time.time() has a resolution of 1 millisecond (10^-3) and not of a microsecond (10^-6) on Windows! It is time to use GetSystemTimeAsFileTime! => see issue #13845.
History
Date User Action Args
2012-01-26 21:50:15vstinnersetrecipients: + vstinner, loewis, belopolsky
2012-01-26 21:50:14vstinnersetmessageid: <1327614614.37.0.0767277731871.issue13882@psf.upfronthosting.co.za>
2012-01-26 21:50:13vstinnerlinkissue13882 messages
2012-01-26 21:50:13vstinnercreate