[issue39484] time_ns() and time() cannot be compared on windows

STINNER Victor report at bugs.python.org
Tue Feb 4 10:19:11 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

> No, int/int is more accurate here.

Should _PyFloat_FromPyTime() implementation be modified to reuse long_true_divide()?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39484>
_______________________________________


More information about the Python-bugs-list mailing list