mirror of https://github.com/python/cpython
gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830)
This commit is contained in:
parent
0e83d941be
commit
f115a55f0e
|
@ -221,6 +221,7 @@ class MiscTest(unittest.TestCase):
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue