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

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


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

Log:	backout 9f8c202f2d28

diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py
--- a/pypy/rlib/rbigint.py
+++ b/pypy/rlib/rbigint.py
@@ -1604,7 +1604,6 @@
         bits += 1
         i >>= 1
     i = 5 + len(prefix) + len(suffix) + (size_a*SHIFT + bits-1) // bits
-    assert i >= 0
     s = [chr(0)] * i
     p = i
     j = len(suffix)


More information about the pypy-commit mailing list