[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 ---