[3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) by miss-islington · Pull Request #114499 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
merged 1 commit into
Merged
Conversation
Contributor
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 ce01ab5)
Co-authored-by: Sam Gross colesbury@gmail.com
…honGH-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. (cherry picked from commit ce01ab5) Co-authored-by: Sam Gross <colesbury@gmail.com>
bedevere-app
Bot
added
the
awaiting review
label
This was referenced
serhiy-storchaka
enabled auto-merge (squash)
serhiy-storchaka
merged commit
f63dec9
into
python:3.12
bedevere-app
Bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-ce01ab5-3.12
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment