Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-110850: Use _PyDeadline_Get() in EnterNonRecursiveMutex() (p…
…ython#118556) Use _PyDeadline_Init() and _PyDeadline_Get() in EnterNonRecursiveMutex() of thread_nt.h. _PyDeadline_Get() uses the monotonic clock which is now the same as the perf counter clock on all platforms. So this change does not cause any behavior change. It just reuses existing helper functions.
- Loading branch information