]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object...
authorOren Milman <orenmn@gmail.com>
Sun, 12 Apr 2020 14:36:41 +0000 (17:36 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 14:36:41 +0000 (16:36 +0200)
commit402e1cdb132f384e4dcde7a3d7ec7ea1fc7ab527
tree9ed9857fa40f65bac510c2c04e7dc4a6a706c8c1
parent63e5b59c06fc99f95d274e7f181296e094cc3ee7
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997)
Lib/test/test_xml_etree_c.py
Misc/NEWS.d/next/Library/2017-10-14-21-02-40.bpo-31758.563ZZb.rst [new file with mode: 0644]
Modules/_elementtree.c