[issue19715] test_touch_common failure under Windows

Antoine Pitrou report at bugs.python.org
Sat Nov 23 00:01:01 CET 2013


Antoine Pitrou added the comment:

> 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 :-/...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19715>
_______________________________________


More information about the Python-bugs-list mailing list