Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3879c8f

Browse files
Don't include new max_depth of 2500 in test_recursion
The interpreter will panic at 2500.
1 parentcb8c4a2 commit3879c8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Lib/test/test_support.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,9 @@ def recursive_function(depth):
674674
ifdepth:
675675
recursive_function(depth-1)
676676

677-
formax_depthin (5,25,250,2500):
677+
# TODO: RUSTPYTHON: Support recursion depth up to 2500
678+
# for max_depth in (5, 25, 250, 2500):
679+
formax_depthin (5,25,250):
678680
withsupport.infinite_recursion(max_depth):
679681
available=support.get_recursion_available()
680682

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp