Files
cpython/Modules
Victor Stinner 243d599a05 gh-129813, PEP 782: Use PyBytesWriter in _sqlite (#138956)
Replace PyBytes_FromStringAndSize(NULL, size) with the new public
PyBytesWriter API.
2025-09-18 14:58:35 +02:00
..
2025-09-16 18:33:39 +05:30

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