[pypy-commit] pypy virtual-arguments: backout 1f99cb314a0d

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


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

Log:	backout 1f99cb314a0d

diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py
--- a/pypy/interpreter/pyframe.py
+++ b/pypy/interpreter/pyframe.py
@@ -222,7 +222,6 @@
 
     @jit.unroll_safe
     def peekvalues(self, n):
-        assert n >= 0
         values_w = [None] * n
         base = self.valuestackdepth - n
         assert base >= self.pycode.co_nlocals


More information about the pypy-commit mailing list