mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
833fdf126c
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().
Miscellaneous source files for the main Python shared library