Skip to content

Commit

Permalink
gh-111811: Fix test_recursive_repr for WASI (#112130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas authored Nov 15, 2023
1 parent d9fd33a commit 7218bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_xml_etree.py
Original file line number Diff line number Diff line change
Expand Up @@ -2535,6 +2535,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

0 comments on commit 7218bac

Please sign in to comment.