Skip to content

Commit 8927b06

Browse files
kushaldasmiss-islington
authored andcommitted
gh-111811: Fix test_recursive_repr for WASI (GH-112130)
(cherry picked from commit 7218bac) Co-authored-by: Kushal Das <[email protected]>
1 parent e2421a3 commit 8927b06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_xml_etree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,6 +2564,7 @@ def __eq__(self, o):
25642564
e.extend([ET.Element('bar')])
25652565
self.assertRaises(ValueError, e.remove, X('baz'))
25662566

2567+
@support.infinite_recursion(25)
25672568
def test_recursive_repr(self):
25682569
# Issue #25455
25692570
e = ET.Element('foo')

0 commit comments

Comments
 (0)