[pypy-commit] pypy reverse-debugger: Fix all tests

2016-06-24 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85378:50ca83c04dca Date: 2016-06-24 22:11 +0200 http://bitbucket.org/pypy/pypy/changeset/50ca83c04dca/ Log:Fix all tests diff --git a/rpython/memory/gctransform/boehm.py b/rpython/memory/gctransform/boehm.py --- a/rpython/memory/gctran

[pypy-commit] pypy reverse-debugger: Some fixes to weakrefs

2016-06-24 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85377:86a0d99713cd Date: 2016-06-24 22:03 +0200 http://bitbucket.org/pypy/pypy/changeset/86a0d99713cd/ Log:Some fixes to weakrefs diff --git a/rpython/translator/revdb/src-revdb/revdb.c b/rpython/translator/revdb/src-revdb/revdb.c ---

[pypy-commit] pypy reverse-debugger: Weakrefs, in-progress

2016-06-24 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85376:fbdd9dca6850 Date: 2016-06-24 19:41 +0200 http://bitbucket.org/pypy/pypy/changeset/fbdd9dca6850/ Log:Weakrefs, in-progress diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rpython/confi

[pypy-commit] pypy guard-compatible: another merging test

2016-06-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85374:482c68485a89 Date: 2016-06-24 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/482c68485a89/ Log:another merging test diff --git a/rpython/jit/metainterp/test/test_compatible.py b/rpython/jit/metainterp/test/test_com

[pypy-commit] pypy guard-compatible: some explicit tests for virtual state with guard_compatible matching

2016-06-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85373:574dea94736c Date: 2016-06-24 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/574dea94736c/ Log:some explicit tests for virtual state with guard_compatible matching diff --git a/rpython/jit/metainterp/optimizeopt/tes

[pypy-commit] pypy guard-compatible: a test with virtualstate merging and quasi-immutables

2016-06-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r85375:7add21f0e70a Date: 2016-06-24 16:51 +0200 http://bitbucket.org/pypy/pypy/changeset/7add21f0e70a/ Log:a test with virtualstate merging and quasi-immutables diff --git a/rpython/jit/metainterp/compatible.py b/rpython/jit/m

[pypy-commit] pypy new-jit-log: mutable module global lists are not allowed in rpython

2016-06-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85372:30fc3a7cf4d3 Date: 2016-06-24 16:28 +0200 http://bitbucket.org/pypy/pypy/changeset/30fc3a7cf4d3/ Log:mutable module global lists are not allowed in rpython diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/ba

[pypy-commit] pypy PyTuple_Type-subclass: merge default into branch

2016-06-24 Thread mattip
Author: Matti Picus Branch: PyTuple_Type-subclass Changeset: r85371:a4fda7270791 Date: 2016-06-24 16:24 +0300 http://bitbucket.org/pypy/pypy/changeset/a4fda7270791/ Log:merge default into branch diff --git a/pypy/module/cpyext/include/_numpypy/numpy/__multiarray_api.h b/pypy/module/cpyext/i

[pypy-commit] pypy default: refactor _import_array to be more like upstream (used on pypy/numpy)

2016-06-24 Thread mattip
Author: Matti Picus Branch: Changeset: r85370:a0105e0d00db Date: 2016-06-24 16:24 +0300 http://bitbucket.org/pypy/pypy/changeset/a0105e0d00db/ Log:refactor _import_array to be more like upstream (used on pypy/numpy) diff --git a/pypy/module/cpyext/include/_numpypy/numpy/__multiarray_api.h

[pypy-commit] pypy PyTuple_Type-subclass: typos

2016-06-24 Thread mattip
Author: Matti Picus Branch: PyTuple_Type-subclass Changeset: r85369:fba83d47f447 Date: 2016-06-24 15:40 +0300 http://bitbucket.org/pypy/pypy/changeset/fba83d47f447/ Log:typos diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpyext/test/foo.c +++ b/

[pypy-commit] pypy PyTuple_Type-subclass: 2 to 3 for merging

2016-06-24 Thread mattip
Author: Matti Picus Branch: PyTuple_Type-subclass Changeset: r85368:1d0e93b54604 Date: 2016-06-24 10:26 +0300 http://bitbucket.org/pypy/pypy/changeset/1d0e93b54604/ Log:2 to 3 for merging diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpyext/test

[pypy-commit] pypy default: remove tests for object size; not really clear what is it meant to test

2016-06-24 Thread mattip
Author: Matti Picus Branch: Changeset: r85367:746d0c054448 Date: 2016-06-24 11:38 +0300 http://bitbucket.org/pypy/pypy/changeset/746d0c054448/ Log:remove tests for object size; not really clear what is it meant to test diff --git a/pypy/module/cpyext/test/test_bytearrayobject.py b/

[pypy-commit] pypy new-jit-log: called getattr on wrong instance

2016-06-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85366:ef2b3feaab48 Date: 2016-06-24 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/ef2b3feaab48/ Log:called getattr on wrong instance diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a