bpo-31773: time.perf_counter() uses again double (GH-3964)
time.clock() and time.perf_counter() now use again C double internally. Remove also _PyTime_GetWinPerfCounterWithInfo(): use _PyTime_GetPerfCounterDoubleWithInfo() instead on Windows.
V
Victor Stinner committed
cba9a0c6def70549046f1afa6a80e38fe706520e
Parent: 0e61e67
Committed by GitHub <noreply@github.com>
on 10/12/2017, 3:51:56 PM