[docs] [issue37205] time.perf_counter() is not system-wide on Windows, in disagreement with documentation

Ken Healy report at bugs.python.org
Sat Jun 8 14:19:40 EDT 2019


Ken Healy <healykb+pythonbugs at gmail.com> added the comment:

Note that this offset subtraction behavior appears to be inherited from time.clock(), which did not make any guarantees about returning a system-wide value: 

https://github.com/python/cpython/commit/ec89539ccccd6103665a7a5c7234cf09f27c1c72#diff-4a575e94d6ac98a0d82fd93509b6bfd3L91

----------

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


More information about the docs mailing list