mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -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