Skip to content

Commit 3f2cdbe

Browse files
[3.12] gh-111811: Fix test_recursive_repr for WASI (GH-112130) (#112131)
gh-111811: Fix test_recursive_repr for WASI (GH-112130) (cherry picked from commit 7218bac) Co-authored-by: Kushal Das <[email protected]>
1 parent 458a3c0 commit 3f2cdbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_xml_etree.py

+1
Original file line numberDiff line numberDiff line change
@@ -2535,6 +2535,7 @@ def __eq__(self, o):
25352535
e.extend([ET.Element('bar')])
25362536
self.assertRaises(ValueError, e.remove, X('baz'))
25372537

2538+
@support.infinite_recursion(25)
25382539
def test_recursive_repr(self):
25392540
# Issue #25455
25402541
e = ET.Element('foo')

0 commit comments

Comments
 (0)