[pypy-commit] pypy virtual-arguments: backout e7015be84ed6

fijal noreply at buildbot.pypy.org
Fri Jul 20 10:48:07 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: virtual-arguments
Changeset: r56261:c567e61c23bf
Date: 2012-07-20 10:42 +0200
http://bitbucket.org/pypy/pypy/changeset/c567e61c23bf/

Log:	backout e7015be84ed6

diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/metainterp/resume.py
--- a/pypy/jit/metainterp/resume.py
+++ b/pypy/jit/metainterp/resume.py
@@ -332,7 +332,6 @@
 
         # collect liveboxes and virtuals
         n = len(liveboxes_from_env) - v
-        assert n >= 0
         liveboxes = [None]*n
         self.vfieldboxes = {}
         for box, tagged in liveboxes_from_env.iteritems():


More information about the pypy-commit mailing list