mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
This gets the recursive stress-tests working on this port. For relatively small Python functions the maximum recursive depth is about 150 nested calls. Signed-off-by: Damien George <damien@micropython.org>