]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Mar 2022 11:48:53 +0000 (03:48 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Mar 2022 11:48:53 +0000 (13:48 +0200)
commit852d9b77abefcad2bb8d203e3ab9f2ca49ab305f
treed31147d55f4ce6810ce1e948e11e3bcf9ca7df4a
parent7fba55f15a01742c79214e1abf3e16015eecade8
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) (GH-31720)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 496c428de3318c9c5770937491b71dc3d3f18a6a)

Co-authored-by: Jacob Walls <jacobtylerwalls@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]