mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Windows and macOS require precomputing a "timebase" in order to convert OS timestamps into nanoseconds. Retrieve and compute this value during runtime initialization to avoid data races when accessing the time.
Miscellaneous source files for the main Python shared library