[pypy-commit] pypy better-jit-hooks: grrrr;

fijal noreply at buildbot.pypy.org
Fri Jan 6 11:50:13 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: better-jit-hooks
Changeset: r51062:7de1c76c02c4
Date: 2012-01-06 12:49 +0200
http://bitbucket.org/pypy/pypy/changeset/7de1c76c02c4/

Log:	grrrr;

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
@@ -89,6 +89,7 @@
     if no:
         op = ResOperation(no, [AbstractValue()], AbstractValue(),
                           descr=AbstractDescr())
+        op.setdescr(None)
     else:
         op = ResOperation(no, [None], None, descr=None)
     return space.wrap(WrappedOp(op, NonConstant(13), NonConstant('repr')))


More information about the pypy-commit mailing list