cpython/Lib/xml
Miss Islington (bot) f63dec94f6
[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 ce01ab536f)

Co-authored-by: Sam Gross <colesbury@gmail.com>
2024-01-23 20:48:42 +00:00
..
dom
etree [3.12] gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) (GH-114499) 2024-01-23 20:48:42 +00:00
parsers
sax
__init__.py