mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
On Windows, time.monotonic() now uses the QueryPerformanceCounter() clock to have a resolution better than 1 us, instead of the gGetTickCount64() clock which has a resolution of 15.6 ms.
Miscellaneous source files for the main Python shared library