mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
gh-111806: Fix test_recursion
in test_richcmp
on WASI builds (GH-111830)
This commit is contained in:
parent
0e83d941be
commit
f115a55f0e
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ class MiscTest(unittest.TestCase):
|
||||||
self.assertRaises(Exc, func, Bad())
|
self.assertRaises(Exc, func, Bad())
|
||||||
|
|
||||||
@support.no_tracing
|
@support.no_tracing
|
||||||
|
@support.infinite_recursion(25)
|
||||||
def test_recursion(self):
|
def test_recursion(self):
|
||||||
# Check that comparison for recursive objects fails gracefully
|
# Check that comparison for recursive objects fails gracefully
|
||||||
from collections import UserList
|
from collections import UserList
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue