maximum recursion depth?

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Wed May 28 05:28:54 EDT 2008


Dennis Lee Bieber, the ghost:
> I'd have to wonder why so many recursive calls?

Why not? Maybe the algorithm is written in a recursive style. A
language is good if allows you to use that style too.
On modern CPUs 50000 levels don't look that many levels.

Bye,
bearophile



More information about the Python-list mailing list