SIGN IN SIGN UP

Issue #14428, #14397: Implement the PEP 418

* 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
V
Victor Stinner committed
ec89539ccccd6103665a7a5c7234cf09f27c1c72
Parent: ca6e40f