This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients ned.deily, ronaldoussoren, sjunot, vstinner
Date 2020-10-21.18:55:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603306554.52.0.209633336244.issue42107@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-10-21 18:55:54ronaldoussorensetrecipients: + ronaldoussoren, vstinner, ned.deily, sjunot
2020-10-21 18:55:54ronaldoussorensetmessageid: <1603306554.52.0.209633336244.issue42107@roundup.psfhosted.org>
2020-10-21 18:55:54ronaldoussorenlinkissue42107 messages
2020-10-21 18:55:54ronaldoussorencreate