Files
cpython/Modules
Serhiy Storchaka 6f906b3d72 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
C implementation of xml.etree.ElementTree.Element.__setstate__()
leaked references to children when called for already initialized
element.
2018-10-18 09:49:54 +03:00
..
2017-11-05 15:37:50 +02:00
2017-11-08 14:44:44 -08:00

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