mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Other changes: * The whole _PyTime API is private (not defined if Py_LIMITED_API is set) * _PyTime_gettimeofday_info() also returns -1 on error * Simplify PyTime_gettimeofday(): only use clock_gettime(CLOCK_REALTIME) or gettimeofday() on UNIX. Don't fallback to ftime() or time() anymore.
Miscellaneous source files for the main Python shared library