Author: Maciej Fijalkowski <[email protected]>
Branch: better-jit-hooks
Changeset: r51064:18807d528b49
Date: 2012-01-06 13:22 +0200
http://bitbucket.org/pypy/pypy/changeset/18807d528b49/
Log: another hack...
diff --git a/pypy/module/pypyjit/interp_resop.py
b/pypy/module/pypyjit/interp_resop.py
--- a/pypy/module/pypyjit/interp_resop.py
+++ b/pypy/module/pypyjit/interp_resop.py
@@ -92,7 +92,7 @@
op.setdescr(None)
else:
op = ResOperation(no, [None], None, descr=None)
- op.setarg(0, AbstractValue()) # list is mutated
+ op.setarg(NonConstant(0), AbstractValue()) # list is mutated
return space.wrap(WrappedOp(op, NonConstant(13), NonConstant('repr')))
class WrappedOp(Wrappable):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit