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 pitrou
Recipients loewis, pitrou, tim.peters, vstinner
Date 2013-11-23.17:27:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385227632.17.0.4146549909.issue19738@psf.upfronthosting.co.za>
In-reply-to
Content
Under Windows, GetSystemTimeAsFileTime has a 100 ns resolution, but pygettimeofday stores it in a timeval which only has microsecond resolution. As a consequence, some precision is lost under Windows (which shows e.g. in time.time() results).
History
Date User Action Args
2013-11-23 17:27:12pitrousetrecipients: + pitrou, tim.peters, loewis, vstinner
2013-11-23 17:27:12pitrousetmessageid: <1385227632.17.0.4146549909.issue19738@psf.upfronthosting.co.za>
2013-11-23 17:27:12pitroulinkissue19738 messages
2013-11-23 17:27:12pitroucreate