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.

作者 vstinner
收信人 belopolsky, loewis, vstinner
日期 2012-01-26.21:50:13
SpamBayes Score 0.0021805654
Marked as misclassified
Message-id <1327614614.37.0.0767277731871.issue13882@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-01-26 21:50:15vstinner修改recipients: + vstinner, loewis, belopolsky
2012-01-26 21:50:14vstinner修改messageid: <1327614614.37.0.0767277731871.issue13882@psf.upfronthosting.co.za>
2012-01-26 21:50:13vstinner链接issue13882 messages
2012-01-26 21:50:13vstinner创建