Victor Stinner
833fdf126c
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().
2021-10-01 13:29:25 +02:00
..
2021-02-19 13:21:51 +01:00
2021-07-26 11:22:16 +01:00
2021-07-17 00:49:35 +09:00
2021-03-24 00:51:50 +01:00
2021-09-17 12:20:51 +01:00
2021-04-23 23:00:27 +01:00
2021-07-26 11:22:16 +01:00
2021-01-12 15:43:32 +01:00
2021-09-28 12:18:28 -06:00
2020-12-05 11:34:51 +01:00
2021-08-18 21:50:19 +02:00
2021-02-19 15:55:46 +01:00
2021-02-19 15:55:46 +01:00
2021-04-13 13:27:21 +02:00
2021-02-19 15:55:46 +01:00
2021-05-13 13:45:26 -07:00
2021-02-19 15:55:46 +01:00
2021-05-25 04:42:03 -07:00
2021-04-23 14:17:58 +02:00
2021-07-26 11:22:16 +01:00
2021-04-23 14:23:38 +02:00
2021-10-01 13:29:25 +02:00
2021-07-05 00:14:33 +01:00
2020-12-05 11:34:51 +01:00
2021-09-22 01:09:00 +02:00