Mark Lawrence wrote:
IIRC the realms of the C setjmp and longjmp.

Not really the same thing. A longjmp chops the stack
back, whereas a tail call avoids putting something on
the stack to begin with.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to