Author: Maciej Fijalkowski <[email protected]>
Branch: virtual-arguments
Changeset: r56274:b8c17cade0e9
Date: 2012-07-20 10:44 +0200
http://bitbucket.org/pypy/pypy/changeset/b8c17cade0e9/

Log:    backout 1512d5e642b9

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -873,7 +873,6 @@
     @jit.unroll_safe
     def _unpackiterable_known_length_jitlook(self, w_iterator,
                                              expected_length):
-        assert expected_length >= 0
         items = [None] * expected_length
         idx = 0
         while True:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to