Author: Maciej Fijalkowski <[email protected]>
Branch: better-jit-hooks
Changeset: r51069:e1915f5fd176
Date: 2012-01-06 13:42 +0200
http://bitbucket.org/pypy/pypy/changeset/e1915f5fd176/
Log: I'm getting sick of this slowly
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
@@ -93,6 +93,7 @@
else:
op = ResOperation(no, [None], None, descr=None)
op.setarg(NonConstant(0), AbstractValue()) # list is mutated
+ op.setarg(NonConstant(0), None) # setarg arg can be None
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