Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 533da5e

Browse filesBrowse 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 <mail@kushaldas.in>
1 parent b4f3a62 commit 533da5e
Copy full SHA for 533da5e

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎Lib/test/test_xml_etree.py

Copy file name to clipboardExpand all lines: Lib/test/test_xml_etree.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.