[pypy-commit] pypy default: Issue #1817: missing support for virtual_refs pointing to several different types in the same RPython program

2014-07-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r72480:35fdf446e439 Date: 2014-07-24 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/35fdf446e439/ Log:Issue #1817: missing support for virtual_refs pointing to several different types in the same RPython program diff --git a/rpython/jit/me

[pypy-commit] lang-smalltalk storage-context-state: Merged.

2014-07-24 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state Changeset: r945:6f021854ceab Date: 2014-07-23 19:28 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/6f021854ceab/ Log:Merged. ___ pypy-commit mailing list pypy-commit@python.org https://m

[pypy-commit] lang-smalltalk storage-context-state: Updated test.

2014-07-24 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state Changeset: r943:369091d66f5d Date: 2014-07-23 15:30 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/369091d66f5d/ Log:Updated test. diff --git a/spyvm/test/test_model.py b/spyvm/test/test_model.py --- a/spyvm/test/test_model.py +++

[pypy-commit] lang-smalltalk storage-context-state: Added --safe-trace flag which omits printing contents of byte objects.

2014-07-24 Thread anton_gulenko
Author: Anton Gulenko Branch: storage-context-state Changeset: r944:eca2665b8824 Date: 2014-07-23 19:27 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/eca2665b8824/ Log:Added --safe-trace flag which omits printing contents of byte objects. diff --git a/spyvm/interpreter.py

[pypy-commit] lang-smalltalk storage: Added --safe-trace flag which omits printing contents of byte objects.

2014-07-24 Thread anton_gulenko
Author: Anton Gulenko Branch: storage Changeset: r942:adcfa00d78d1 Date: 2014-07-23 19:27 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/adcfa00d78d1/ Log:Added --safe-trace flag which omits printing contents of byte objects. diff --git a/spyvm/interpreter.py b/spyvm/interp

[pypy-commit] cffi default: ARM64 support. Tests pass under qemu.

2014-07-24 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r1550:af4e381b5e99 Date: 2014-07-24 10:47 +0200 http://bitbucket.org/cffi/cffi/changeset/af4e381b5e99/ Log:ARM64 support. Tests pass under qemu. Fixes #136. Thanks Will Newton . diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cf