[pypy-commit] pypy remove-objspace-options: even more different (comes from a different module now)

cfbolz pypy.commits at gmail.com
Mon Apr 25 14:10:19 EDT 2016


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: remove-objspace-options
Changeset: r83874:af9fedfce658
Date: 2016-04-25 21:09 +0300
http://bitbucket.org/pypy/pypy/changeset/af9fedfce658/

Log:	even more different (comes from a different module now)

diff --git a/pypy/module/pypyjit/test_pypy_c/test_weakref.py b/pypy/module/pypyjit/test_pypy_c/test_weakref.py
--- a/pypy/module/pypyjit/test_pypy_c/test_weakref.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_weakref.py
@@ -25,9 +25,9 @@
         i61 = int_add(i58, 1)
         setfield_gc(p18, i61, descr=<FieldS pypy.module.__builtin__.functional.W_XRangeIterator.inst_current 8>)
         guard_not_invalidated(descr=...)
-        p65 = getfield_gc_r(p14, descr=<FieldP pypy.objspace.std.mapdict.W_Object\w+.inst_map \d+>)
+        p65 = getfield_gc_r(p14, descr=<FieldP .+inst_map \d+>)
         guard_value(p65, ConstPtr(ptr45), descr=...)
-        p66 = getfield_gc_r(p14, descr=<FieldP pypy.objspace.std.mapdict.W_Object\w+.inst__value0 \d+>)
+        p66 = getfield_gc_r(p14, descr=<FieldP .+inst__value0 \d+>)
         guard_nonnull_class(p66, ..., descr=...)
         p67 = force_token()
         setfield_gc(p0, p67, descr=<FieldP pypy.interpreter.pyframe.PyFrame.vable_token \d+>)


More information about the pypy-commit mailing list