mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -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().
Source files for standard library extension modules, and former extension modules that are now builtin modules.