cpython/Lib/xml/etree
Sam Gross ce01ab536f
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.
2024-01-23 20:14:46 +00:00
..
__init__.py
cElementTree.py
ElementInclude.py
ElementPath.py gh-91447: Fix findtext to only give an empty string on None (GH-91486) 2022-08-01 09:52:39 -07:00
ElementTree.py gh-101438: Avoid reference cycle in ElementTree.iterparse. (GH-114269) 2024-01-23 20:14:46 +00:00