]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
authorJacob Walls <jacobtylerwalls@gmail.com>
Mon, 7 Mar 2022 09:31:46 +0000 (04:31 -0500)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 09:31:46 +0000 (11:31 +0200)
commit496c428de3318c9c5770937491b71dc3d3f18a6a
tree1e08551d1648d11fa4c7bca40550b4701a5c2bd5
parentb748a36696ca56ed4ffcfae011a8488878eb2b3a
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-03-05-09-43-53.bpo-25707.gTlclP.rst [new file with mode: 0644]