Ronald Oussoren <ronaldousso...@mac.com> added the comment:

See also #41303, which discusses using mach_continuous_time in another context.

If using a different clock is necessary I'd prefer to use 
clock_gettime(CLOCK_MONOTONIC_RAW) instead of mach_continuous_time(), as the 
former is a more cross-platform API.

BTW. Please hold off from merging a patch for this until the macOS 11 support 
code in #41100 is in, this is bound to cause a merge conflict otherwise.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to