[pypy-commit] pypy stmgc-c7: next fix

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75569:b5eea6414a88 Date: 2015-01-28 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b5eea6414a88/ Log:next fix diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/metainterp/memmgr.py --- a/rpython/jit/metainterp/memmgr.py +++ b/rp

[pypy-commit] pypy stmgc-c7: Next fix

2014-03-23 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r70183:0b83cbb912b2 Date: 2014-03-23 08:37 +0100 http://bitbucket.org/pypy/pypy/changeset/0b83cbb912b2/ Log:Next fix diff --git a/rpython/memory/gctransform/stmframework.py b/rpython/memory/gctransform/stmframework.py --- a/rpython/memory/gctra