• Victor Stinner's avatar
    Issue #14428, #14397: Implement the PEP 418 · ec89539c
    Victor Stinner yazdı
     * Rename time.steady() to time.monotonic()
     * On Windows, time.monotonic() uses GetTickCount/GetTickCount64() instead of
       QueryPerformanceCounter()
     * time.monotonic() uses CLOCK_HIGHRES if available
     * Add time.get_clock_info(), time.perf_counter() and time.process_time()
       functions
    ec89539c
threading.py 30.7 KB