Skip to content

Commit

Permalink
pythongh-111811: Fix test_recursive_repr for WASI (python#112130)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas authored and aisk committed Feb 11, 2024
1 parent 52b93a4 commit f10ca37
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 f10ca37

Please sign in to comment.