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