8000 Up depth again · python/cpython@e697926 · GitHub
[go: up one dir, main page]

Skip to content

Commit e697926

Browse files
committed
Up depth again
1 parent 2cc3287 commit e697926

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
@@ -714,7 +714,7 @@ def test_yet_more_evil_still_undecodable(self):
714714
def test_compiler_recursion_limit(self):
715715
# Compiler frames are small
716716
limit = 100
717-
fail_depth = limit * 500
717+
fail_depth = limit * 1000
718718
crash_depth = limit * 2000
719719
success_depth = limit
720720

0 commit comments

Comments
 (0)
0