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

STINNER Victor report at bugs.python.org
Mon Feb 3 07:54:58 EST 2020


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

Yeah, time.time(), time.monotonic() and time.perf_counter() can benefit of a note suggestion to use time.time_ns(), time.monotonic_ns() or time.perf_counter_ns() to better precision.

----------

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


More information about the Python-bugs-list mailing list