[pypy-commit] pypy stacklet: Oups! Missed the fact that root_stack_depth is sometimes overridden

2011-08-27 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46819:77306aa0ecd3 Date: 2011-08-27 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/77306aa0ecd3/ Log:Oups! Missed the fact that root_stack_depth is sometimes overridden in tests. This no longer had any effect, leading to huge memor

[pypy-commit] pypy stacklet: Oups.

2011-08-06 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46320:84d9ff026cc0 Date: 2011-08-06 13:04 +0200 http://bitbucket.org/pypy/pypy/changeset/84d9ff026cc0/ Log:Oups. diff --git a/pypy/module/_stacklet/interp_stacklet.py b/pypy/module/_stacklet/interp_stacklet.py --- a/pypy/module/_stacklet/inter