[pypy-commit] pypy reverse-debugger-updated: Fix test

2018-05-14 Thread arigo
Author: Armin Rigo Branch: reverse-debugger-updated Changeset: r94566:3c84fc6a2df5 Date: 2018-05-14 13:00 +0200 http://bitbucket.org/pypy/pypy/changeset/3c84fc6a2df5/ Log:Fix test diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/test/test_compil

[pypy-commit] pypy reverse-debugger-updated: Fix

2018-05-14 Thread arigo
Author: Armin Rigo Branch: reverse-debugger-updated Changeset: r94563:f872fdab3c20 Date: 2018-05-14 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/f872fdab3c20/ Log:Fix diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/llinterp.py --- a/rpython/rtyper/llinterp.py +++ b/rpython/r

[pypy-commit] pypy reverse-debugger-updated: Fix some tests that failed with "trying to change a frozen option object"

2018-05-14 Thread arigo
Author: Armin Rigo Branch: reverse-debugger-updated Changeset: r94562:679c88232aae Date: 2018-05-14 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/679c88232aae/ Log:Fix some tests that failed with "trying to change a frozen option object" diff --git a/rpython/rlib/objectmodel.p

[pypy-commit] pypy reverse-debugger-updated: Fix some tests

2018-05-14 Thread arigo
Author: Armin Rigo Branch: reverse-debugger-updated Changeset: r94560:2fe38255fdb8 Date: 2018-05-14 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/2fe38255fdb8/ Log:Fix some tests diff --git a/rpython/rtyper/lltypesystem/lloperation.py b/rpython/rtyper/lltypesystem/lloperation.py ---

[pypy-commit] pypy reverse-debugger-updated: Fix replaying by adding back hash field to GC header.

2018-03-22 Thread mjacob
Author: Manuel Jacob Branch: reverse-debugger-updated Changeset: r94063:0365344dd2f6 Date: 2018-03-22 12:56 +0100 http://bitbucket.org/pypy/pypy/changeset/0365344dd2f6/ Log:Fix replaying by adding back hash field to GC header. diff --git a/rpython/memory/gctransform/boehm.py b/rpython/memor

[pypy-commit] pypy reverse-debugger-updated: Fix type

2018-03-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger-updated Changeset: r94021:78d7729c2379 Date: 2018-03-20 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/78d7729c2379/ Log:Fix type diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/mo