Files
cpython/Modules
Victor Stinner 77430b6a32 gh-110850: Replace private _PyTime_MAX with public PyTime_MAX (#115751)
Remove references to the old names _PyTime_MIN
and _PyTime_MAX, now that PyTime_MIN and
PyTime_MAX are public.

Replace also _PyTime_MIN with PyTime_MIN.
2024-02-21 08:11:40 +00:00
..
2023-05-24 13:30:11 -07:00
2023-05-22 06:14:48 +05:30

Source files for standard library extension modules,
and former extension modules that are now builtin modules.