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
File Mode Size
Python.asdl -rw-r--r-- 4.7 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 12.6 KB
asdl_c.py -rw-r--r-- 42.3 KB
bitset.c -rw-r--r-- 1.0 KB
firstsets.c -rw-r--r-- 2.8 KB
grammar.c -rw-r--r-- 7.4 KB
grammar1.c -rw-r--r-- 1.3 KB
listnode.c -rw-r--r-- 1.3 KB
metagrammar.c -rw-r--r-- 2.4 KB
myreadline.c -rw-r--r-- 9.9 KB
node.c -rw-r--r-- 4.4 KB
parser.c -rw-r--r-- 11.6 KB
parser.h -rw-r--r-- 1.2 KB
parsetok.c -rw-r--r-- 10.7 KB
parsetok_pgen.c -rw-r--r-- 35 bytes
pgen.c -rw-r--r-- 17.9 KB
pgenmain.c -rw-r--r-- 4.1 KB
printgrammar.c -rw-r--r-- 2.9 KB
tokenizer.c -rw-r--r-- 53.0 KB
tokenizer.h -rw-r--r-- 3.1 KB
tokenizer_pgen.c -rw-r--r-- 36 bytes

back to top