Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lib/test/support/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,7 @@ def adjust_int_max_str_digits(max_digits):

def exceeds_recursion_limit():
"""For recursion tests, easily exceeds default recursion limit."""
return 150_000
return 300_000


# Windows doesn't have os.uname() but it doesn't support s390x.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump recursion limit to 300,000
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dors not explain anything. You can just remove the NEWS entry.

Loading