Skip to content

Commit a7de158

Browse files
sobolevnaisk
authored andcommitted
pythongh-111806: Fix test_recursion in test_richcmp on WASI builds (pythonGH-111830)
1 parent eb7367e commit a7de158

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)