lpython
lpython copied to clipboard
Recursion depth limit is not set
When there is a recursive function, since there is no recursive limit, it is possible for a stack overflow and a segmentation fault. Considering how CPython has a recursion limit, a similar limit could be added here.