You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee=Noneclosed_at=Nonecreated_at=<Date2020-10-21.10:37:25.123>labels= ['OS-mac', 'type-bug', '3.10']
title='Monotonic time on macOS 10.12+ should use mach_continuous_time()'updated_at=<Date2020-10-21.18:55:54.519>user='https://github.com/xsetech'
See also bpo-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 bpo-41100 is in, this is bound to cause a merge conflict otherwise.
Uh oh!
There was an error while loading. Please reload this page.
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
Linked PRs
clock_gettime(CLOCK_MONOTONIC_RAW)
fortime.monotonic
#134521The text was updated successfully, but these errors were encountered: