[pypy-commit] pypy default: actually really kill that assert

fijal noreply at buildbot.pypy.org
Thu Dec 25 20:57:21 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r75119:d3c2f3039388
Date: 2014-12-25 21:56 +0200
http://bitbucket.org/pypy/pypy/changeset/d3c2f3039388/

Log:	actually really kill that assert

diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py
--- a/rpython/jit/metainterp/optimizeopt/optimizer.py
+++ b/rpython/jit/metainterp/optimizeopt/optimizer.py
@@ -624,7 +624,6 @@
             except KeyError:
                 pass
             else:
-                #assert value.getlevel() != LEVEL_CONSTANT
                 assert cur_value.getlevel() != LEVEL_CONSTANT
                 # replacing with a different box
                 cur_value.copy_from(value)


More information about the pypy-commit mailing list