[issue43292] xml.ElementTree iterparse filehandle left open

anthony shaw report at bugs.python.org
Sun Feb 21 23:32:11 EST 2021


anthony shaw <anthonyshaw at apache.org> added the comment:

Example script attached works perfectly on macOS 

> python3.9 test.py
[('default', 'http://schemas.openxmlformats.org/officeDocument/2006/extended-properties'), ('vt', 'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes')]
[('default', 'http://schemas.openxmlformats.org/officeDocument/2006/extended-properties'), ('vt', 'http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes')]

----------
nosy: +anthonypjshaw

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43292>
_______________________________________


More information about the Python-bugs-list mailing list