Files
cpython/Modules
Eugene Toder 1f515e8a10 gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Use argument clinic and call new_* functions directly. This speeds up
these functions 6x to 7.5x when calling with keyword arguments.
2024-01-30 15:19:46 +00:00
..

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