When I run this code
def foo(): foo() foo()
It obviously causes a stack overflow/recursion error
Traceback (most recent c