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

Log:    backout 9a0810f2dd32

diff --git a/pypy/objspace/std/bytearrayobject.py 
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/bytearrayobject.py
+++ b/pypy/objspace/std/bytearrayobject.py
@@ -649,7 +649,6 @@
             delta = -delta
             newsize = oldsize + delta
             # XXX support this in rlist!
-            assert delta >= 0
             items += [empty_elem] * delta
             lim = start+len2
             i = newsize - 1
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to