mirror of
https://github.com/python/cpython.git
synced 2026-07-08 19:20:29 -04:00
cba9a0c6de
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