[pypy-commit] pypy virtual-arguments: backout 9a0810f2dd32

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


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list