Hacker News new | past | comments | ask | show | jobs | submit login

The recursion limit exists simply to prevent the user-level code from exhausting the native C stack.

On the other hand CPython in fact does extra work because it also creates heap allocated frame objects (which essentially mirror the C stack) for debugging purposes.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: