Files
cpython/Modules
Sebastian Pipping e34a5e3304 gh-140593: Fix a memory leak in function my_ElementDeclHandler of pyexpat (#140602)
Ensure that the memory allocated for the content model
passed to `my_ElementDeclHandler` is freed in all error
paths.
2025-10-26 13:45:32 +00:00
..

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