Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 533da5e

Browse files
[3.11] gh-111811: Fix test_recursive_repr for WASI (GH-112130) (#112132)
gh-111811: Fix test_recursive_repr for WASI (GH-112130) (cherry picked from commit 7218bac) Co-authored-by: Kushal Das <[email protected]>
1 parent b4f3a62 commit 533da5e

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
@@ -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)