diff --git a/pep-0418.txt b/pep-0418.txt index 54c84d78c..79e21a53e 100644 --- a/pep-0418.txt +++ b/pep-0418.txt @@ -285,6 +285,17 @@ computing the maximum with the clock value and the previous value? Links ===== + * `Issue #12822: NewGIL should use CLOCK_MONOTONIC if possible. + `_ + * `Issue #14222: Use time.steady() to implement timeout + `_ + * `Issue #14397: Use GetTickCount/GetTickCount64 instead of QueryPerformanceCounter for monotonic clock + `_ + * `python-monotonic-time + `_ + (`github `_) + * `Qt library: QElapsedTimer + `_ * `Windows: Game Timing and Multicore Processors `_