[pypy-commit] pypy remove-eval-frame: This changed

alex_gaynor noreply at buildbot.pypy.org
Fri Oct 25 19:34:16 CEST 2013


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: remove-eval-frame
Changeset: r67607:380243ad56c7
Date: 2013-10-25 10:33 -0700
http://bitbucket.org/pypy/pypy/changeset/380243ad56c7/

Log:	This changed

diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py
--- a/pypy/module/pypyjit/test_pypy_c/test_call.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_call.py
@@ -431,7 +431,7 @@
             i15 = getfield_gc_pure(p8, descr=<FieldS pypy.objspace.std.intobject.W_IntObject.inst_intval .*>)
             i17 = int_lt(i15, 5000)
             guard_true(i17, descr=...)
-            p18 = getfield_gc(p0, descr=<FieldP pypy.interpreter.eval.Frame.inst_w_globals .*>)
+            p18 = getfield_gc(p0, descr=<FieldP pypy.interpreter.pyframe.PyFrame.inst_w_globals .*>)
             guard_value(p18, ConstPtr(ptr19), descr=...)
             p20 = getfield_gc(p18, descr=<FieldP pypy.objspace.std.dictmultiobject.W_DictMultiObject.inst_strategy .*>)
             guard_value(p20, ConstPtr(ptr21), descr=...)


More information about the pypy-commit mailing list