Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Python does not support tail recursion elemination. Large recursion should be implemented as loop instead to avoid RecursionError.
-
pylint encouter RecursionError ...
References
Recursion Error While Handling Recursion Error
Python: maximum recursion depth exceeded while calling a Python object