mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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