]> granicus.if.org Git - python/commit
bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text...
authorOren Milman <orenmn@gmail.com>
Tue, 10 Oct 2017 20:26:24 +0000 (23:26 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Oct 2017 20:26:24 +0000 (23:26 +0300)
commit39ecb9c71b6e55d8a61a710d0144231bd88f9ada
tree6cff8890ff67016e555ae35d3ee5d51e0c1a8b0b
parent93c5a5df8ea118f6e4a153a7c8cccd65a5ff8bff
bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (#3924)
Lib/test/test_xml_etree_c.py
Misc/NEWS.d/next/Library/2017-10-08-23-28-30.bpo-31728.XrVMME.rst [new file with mode: 0644]
Modules/_elementtree.c