mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
[3.11] gh-111806: Fix test_recursion in test_richcmp on WASI builds (GH-111830) (GH-111832)
gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830) (cherry picked from commit f115a55f0e455a4b43a1da9fd838a60a101f182a) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
This commit is contained in:
parent
4edf25565f
commit
942ef7bde4
@ -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…
x
Reference in New Issue
Block a user