79508447

Date: 2025-03-14 08:17:33
Score: 1.5
Natty:
Report link

It's not a Python language specification, but a CPython implementation detail. Older version of the other implementation Python, PyPy, doesn't use Stack, and has no recursion depth limit.

https://doc.pypy.org/en/latest/stackless.html#recursion-depth-limit

You may try using PyPy to interpert your Python script if the maximum recursion depth in CPython doesn't satisfy your need.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: 戴淯琮 Yu-Tsung Tai