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

Log:    backout 94ae6389689e

diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
--- a/pypy/objspace/std/listobject.py
+++ b/pypy/objspace/std/listobject.py
@@ -556,8 +556,6 @@
         start = l[0]
         step = l[1]
         length  = l[2]
-        if length < 0:
-            length = 0
         if wrap_items:
             r = [None] * length
         else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to