https://github.com/python/cpython
Revision 6f906b3d727d6b341abd5ad9c0652bbcbd5eb024 authored by Serhiy Storchaka on 18 October 2018, 06:49:54 UTC, committed by GitHub on 18 October 2018, 06:49:54 UTC
C implementation of xml.etree.ElementTree.Element.__setstate__()
leaked references to children when called for already initialized
element.
1 parent 9d4712b
History
Tip revision: 6f906b3d727d6b341abd5ad9c0652bbcbd5eb024 authored by Serhiy Storchaka on 18 October 2018, 06:49:54 UTC
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
Tip revision: 6f906b3

README

back to top