Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Lib/test/test_xml_etree.py
  • Loading branch information
serhiy-storchaka authored Mar 7, 2022
commit 7c705da38422e083f1b238a5d8a1beab60966120
2 changes: 1 addition & 1 deletion Lib/test/test_xml_etree.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def test_iterparse(self):
del cm, it

# Not exhausting the iterator still closes the resource (bpo-43292)
with warnings_helper.check_no_resource_warning(self):
with support.check_no_resource_warning(self):
it = iterparse(TESTFN)
del it

Expand Down