Skip to content

Commit e03ea72

Browse files
authored
Bump recursion limit to 300,000
1 parent c7cab73 commit e03ea72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2808,7 +2808,7 @@ def adjust_int_max_str_digits(max_digits):
28082808

28092809
def exceeds_recursion_limit():
28102810
"""For recursion tests, easily exceeds default recursion limit."""
2811-
return 150_000
2811+
return 300_000
28122812

28132813

28142814
# Windows doesn't have os.uname() but it doesn't support s390x.

0 commit comments

Comments
 (0)