There was an error while loading. Please reload this page.
1 parent 534a36c commit 3bb0cf0Copy full SHA for 3bb0cf0
Lib/test/test_compile.py
@@ -557,7 +557,7 @@ def test_yet_more_evil_still_undecodable(self):
557
@support.cpython_only
558
@unittest.skipIf(support.is_wasi, "exhausts limited stack on WASI")
559
def test_compiler_recursion_limit(self):
560
- # Expected limit is C_RECURSION_LIMIT
+ # Expected limit is C_RECURSION_LIMIT * 2
561
# Duplicating the limit here is a little ugly.
562
# Perhaps it should be exposed somewhere...
563
fail_depth = C_RECURSION_LIMIT * 2 + 1
0 commit comments