Files
cpython/Modules/_elementtree.c
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

112 KiB