[Python-ideas] Idea: Compressing the stack on the fly

alex23 wuwei23 at gmail.com
Mon May 27 03:30:01 CEST 2013


On May 27, 6:23 am, Ram Rachum <r... at rachum.com> wrote:
> So in those cases where you have to use recursion, it would be nice if the
> stack could be compressed so the program could put 1000x many frames on the
> stack and will be less likely to crash.

http://docs.python.org/2/library/sys.html#sys.setrecursionlimit


More information about the Python-ideas mailing list