mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
time.clock() and time.perf_counter() now use again C double internally. Remove also _PyTime_GetWinPerfCounterWithInfo(): use _PyTime_GetPerfCounterDoubleWithInfo() instead on Windows.
Miscellaneous source files for the main Python shared library