[pypy-commit] pypy gc_no_cleanup_nursery: fixes

2014-09-21 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73633:86b8d1f0b17d Date: 2014-09-21 13:05 +0200 http://bitbucket.org/pypy/pypy/changeset/86b8d1f0b17d/ Log:fixes diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/rpytho

[pypy-commit] pypy gc_no_cleanup_nursery: fixes

2014-09-03 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73290:6a7d16b9825a Date: 2014-09-03 13:49 -0600 http://bitbucket.org/pypy/pypy/changeset/6a7d16b9825a/ Log:fixes diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransform/framework.py --- a/rpython/