Skip to content

Commit

Permalink
pythongh-111806: Fix test_recursion in test_richcmp on WASI builds (
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored Nov 7, 2023
1 parent 0e83d94 commit f115a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_richcmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def do(bad):
self.assertRaises(Exc, func, Bad())

@support.no_tracing
@support.infinite_recursion(25)
def test_recursion(self):
# Check that comparison for recursive objects fails gracefully
from collections import UserList
Expand Down

0 comments on commit f115a55

Please sign in to comment.