Skip to content

Commit 3bb0cf0

Browse files
committed
Fix comment.
1 parent 534a36c commit 3bb0cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def test_yet_more_evil_still_undecodable(self):
557557
@support.cpython_only
558558
@unittest.skipIf(support.is_wasi, "exhausts limited stack on WASI")
559559
def test_compiler_recursion_limit(self):
560-
# Expected limit is C_RECURSION_LIMIT
560+
# Expected limit is C_RECURSION_LIMIT * 2
561561
# Duplicating the limit here is a little ugly.
562562
# Perhaps it should be exposed somewhere...
563563
fail_depth = C_RECURSION_LIMIT * 2 + 1

0 commit comments

Comments
 (0)