]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jan 2024 20:48:42 +0000 (21:48 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 20:48:42 +0000 (20:48 +0000)
commitf63dec94f6b0249e5376617bec1ecb03da7723b2
tree66df04853e75d5c35628975010ce889f928c0ee8
parenta73a6a3c69bedee52b7a828b4bd133d76becd73c
[3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) (GH-114499)

The iterator returned by ElementTree.iterparse() may hold on to a file
descriptor. The reference cycle prevented prompt clean-up of the file
descriptor if the returned iterator was not exhausted.
(cherry picked from commit ce01ab536f22a3cf095d621f3b3579c1e3567859)

Co-authored-by: Sam Gross <colesbury@gmail.com>
Lib/xml/etree/ElementTree.py
Misc/NEWS.d/next/Library/2024-01-18-22-29-28.gh-issue-101438.1-uUi_.rst [new file with mode: 0644]