Skip to content

Commit f115a55

Browse files
authored
gh-111806: Fix test_recursion in test_richcmp on WASI builds (GH-111830)
1 parent 0e83d94 commit f115a55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_richcmp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def do(bad):
221221
self.assertRaises(Exc, func, Bad())
222222

223223
@support.no_tracing
224+
@support.infinite_recursion(25)
224225
def test_recursion(self):
225226
# Check that comparison for recursive objects fails gracefully
226227
from collections import UserList

0 commit comments

Comments
 (0)