Skip to content
Merged
Changes from all commits
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
gh-111811: Fix test_recursive_repr for WASI (GH-112130)
(cherry picked from commit 7218bac)

Co-authored-by: Kushal Das <mail@kushaldas.in>
  • Loading branch information
kushaldas authored and miss-islington committed Nov 15, 2023
commit 8927b062f88c26f8c366c8569e37d7ecfef58ca4
1 change: 1 addition & 0 deletions Lib/test/test_xml_etree.py
Original file line number Diff line number Diff line change
Expand Up @@ -2564,6 +2564,7 @@ def __eq__(self, o):
e.extend([ET.Element('bar')])
self.assertRaises(ValueError, e.remove, X('baz'))

@support.infinite_recursion(25)
def test_recursive_repr(self):
# Issue #25455
e = ET.Element('foo')
Expand Down