[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>
M
Miss Islington (bot) committed
f63dec94f6b0249e5376617bec1ecb03da7723b2
Parent: a73a6a3
Committed by GitHub <noreply@github.com>
on 1/23/2024, 8:48:42 PM