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 brian.curtin, jkloth, loewis, pitrou, python-dev, steve.dower, tim.golden, tim.peters
Date 2013-11-22.23:01:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385161261.34.0.603340444469.issue19715@psf.upfronthosting.co.za>
In-reply-to
Content
> 3. Python uses an insane (non-monotonic) scheme to convert the time
> to a float.

Yes, I was at least hoping to clear that out. The code is there:
http://hg.python.org/cpython/file/4101bfaa76fe/Modules/posixmodule.c#l1459

Other than that, I suppose I can hack the test if the discrepancy is never more than 1 µs :-/...
History
Date User Action Args
2013-11-22 23:01:01pitrousetrecipients: + pitrou, tim.peters, loewis, tim.golden, jkloth, brian.curtin, python-dev, steve.dower
2013-11-22 23:01:01pitrousetmessageid: <1385161261.34.0.603340444469.issue19715@psf.upfronthosting.co.za>
2013-11-22 23:01:01pitroulinkissue19715 messages
2013-11-22 23:01:01pitroucreate