Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Did Python ever get tail recursion? There was a big controversy years ago. Guido didn't like it. But apparently something went in.

No. The only thing that went in is moving Python frames off of the C stack, but since afaik the recursion limit did not change it has essentially no impact on user code unless you play with said recursion limit.



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

Search: