[pypy-commit] pypy better-jit-hooks: I'm getting sick of this slowly

fijal noreply at buildbot.pypy.org
Fri Jan 6 12:43:18 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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):


More information about the pypy-commit mailing list