mirror of
https://github.com/python/cpython.git
synced 2026-07-15 22:38:36 -04:00
d62d925823
Add pytime_add() and pytime_mul() functions to pytime.c to compute t+t2 and t*k with clamping to [_PyTime_MIN; _PyTime_MAX]. Fix pytime.h: _PyTime_FromTimeval() is not implemented on Windows.
Miscellaneous source files for the main Python shared library