▲ | masklinn 5 days ago | |
> 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. |