bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Add a private C API for deadlines: add _PyDeadline_Init() and _PyDeadline_Get() functions. * Add _PyTime_Add() and _PyTime_Mul() functions which compute t1+t2 and t1*t2 and clamp the result on overflow. * _PyTime_MulDiv() now uses _PyTime_Add() and _PyTime_Mul().
V
Victor Stinner committed
833fdf126c8fe77fd17e8a8ffbc5c571b3bf64bd
Parent: 54957f1
Committed by GitHub <noreply@github.com>
on 10/1/2021, 11:29:25 AM