IIRC nothing, pypy knows how big the stack is (if you are using it limit stack size and not get a core dump).
On Sat, Dec 11, 2010 at 2:41 PM, Dan Stromberg <[email protected]> wrote: > BTW, what's going on with the deprecation of sys.setrecursionlimit? > What should I use instead? > > /home/dstromberg/src/home-svn/backshift/trunk/treap.py:40: > DeprecationWarning: setrecursionlimit deprecated > sys.setrecursionlimit(min_heap_size) > _______________________________________________ > [email protected] > http://codespeak.net/mailman/listinfo/pypy-dev > -- Leonardo Santagada _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
