diff options
author | Sam Gross <colesbury@gmail.com> | 2024-01-23 20:14:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 20:14:46 (GMT) |
commit | ce01ab536f22a3cf095d621f3b3579c1e3567859 (patch) | |
tree | 8c1237e51e012393b7e52b656f6065e436e25945 /Python/optimizer_analysis.c | |
parent | 8c265408c51609c6b4a6788cac9cc5fea7a14888 (diff) | |
download | cpython-ce01ab536f22a3cf095d621f3b3579c1e3567859.zip cpython-ce01ab536f22a3cf095d621f3b3579c1e3567859.tar.gz cpython-ce01ab536f22a3cf095d621f3b3579c1e3567859.tar.bz2 |
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.
Diffstat (limited to 'Python/optimizer_analysis.c')
0 files changed, 0 insertions, 0 deletions