Author: Maciej Fijalkowski <[email protected]>
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)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to