[pypy-commit] pypy virtual-raw-mallocs: failing test and fix for forcing raw virtuals after GUARD_NOT_FORCE

2012-12-24 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59547:4eb0fe76fbb0 Date: 2012-12-24 10:11 +0100 http://bitbucket.org/pypy/pypy/changeset/4eb0fe76fbb0/ Log:failing test and fix for forcing raw virtuals after GUARD_NOT_FORCE diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/me

[pypy-commit] pypy rpython-bytearray: basic bytearray creation

2012-12-24 Thread fijal
Author: Maciej Fijalkowski Branch: rpython-bytearray Changeset: r59548:33301a219af0 Date: 2012-12-24 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/33301a219af0/ Log:basic bytearray creation diff --git a/pypy/rpython/lltypesystem/rbytearray.py b/pypy/rpython/lltypesystem/rbytearray.py