Skip to content

Commit a1a261d

Browse files
committed
tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS.
1 parent 9b39263 commit a1a261d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/misc/recursive_iternext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
try:
66
# large stack/heap, eg unix
77
[0] * 80000
8-
N = 2000
8+
N = 2400
99
except:
1010
try:
1111
# medium, eg pyboard

0 commit comments

Comments
 (0)