mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
try:
|
try:
|
||||||
# large stack/heap, eg unix
|
# large stack/heap, eg unix
|
||||||
[0] * 80000
|
[0] * 80000
|
||||||
N = 2000
|
N = 2400
|
||||||
except:
|
except:
|
||||||
try:
|
try:
|
||||||
# medium, eg pyboard
|
# medium, eg pyboard
|
||||||
|
|||||||
Reference in New Issue
Block a user