Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_recursion
test_richcmp
1 parent 0e83d94 commit f115a55Copy full SHA for f115a55
1 file changed
Lib/test/test_richcmp.py
@@ -221,6 +221,7 @@ def do(bad):
221
self.assertRaises(Exc, func, Bad())
222
223
@support.no_tracing
224
+ @support.infinite_recursion(25)
225
def test_recursion(self):
226
# Check that comparison for recursive objects fails gracefully
227
from collections import UserList
0 commit comments