mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
Such mechanism is important to get stable Python functioning, because Python function calling is handled with C stack. The idea is to sprinkle STACK_CHECK() calls in places where there can be C recursion. TODO: Add more STACK_CHECK()'s.