I just tried to write a recursive method in python - am I right that local variables are only lexically local scoped, so sub-instances have the same ones? Is there a way out of that? Do I have to push and pop my own simulated stack frame entry? -- https://mail.python.org/mailman/listinfo/python-list
- recursive methods require implementing a stack? Charles T. Smith
- Re: recursive methods require implementing a stack? Rob Gaddi
- Re: recursive methods require implementing a sta... Charles T. Smith
- Re: recursive methods require implementing a... Michael Selik
- Re: recursive methods require implementing a stack? Random832