bpo-41710: Add pytime_add() and pytime_mul() (GH-28642)
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.
V
Victor Stinner committed
d62d925823b005c33b432e527562b573a3a89635
Parent: 09796f2
Committed by GitHub <noreply@github.com>
on 9/30/2021, 1:07:11 AM