Author: Alex Gaynor <[email protected]>
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=...)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to