]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Apr 2020 15:18:57 +0000 (08:18 -0700)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2020 15:18:57 +0000 (17:18 +0200)
commit61511488cf4e7a1cb57a38efba7e0a84a387fe58
tree5060fb11a6fb596fe956d81c03a62008e6ca6dc0
parentee249d798ba08f065efbf4f450880a446c6ca49d
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485)

(cherry picked from commit 402e1cdb132f384e4dcde7a3d7ec7ea1fc7ab527)
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