SIGN IN SIGN UP

gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269)

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.
S
Sam Gross committed
ce01ab536f22a3cf095d621f3b3579c1e3567859
Parent: 8c26540
Committed by GitHub <noreply@github.com> on 1/23/2024, 8:14:46 PM