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 ...