mirror of
https://github.com/python/cpython.git
synced 2026-05-26 06:14:25 -04:00
879f4546bf
* gh-110850: Add PyTime_t C API Add PyTime_t API: * PyTime_t type. * PyTime_MIN and PyTime_MAX constants. * PyTime_AsSecondsDouble(), PyTime_Monotonic(), PyTime_PerfCounter() and PyTime_GetSystemClock() functions. Co-authored-by: Victor Stinner <vstinner@python.org>
Source files for standard library extension modules, and former extension modules that are now builtin modules.