mirror of
https://github.com/python/cpython.git
synced 2026-08-10 23:46:17 +08: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