[pypy-svn] pypy fast-forward: (lac, arigo)

arigo commits-noreply at bitbucket.org
Sun Jan 16 19:23:27 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: fast-forward
Changeset: r40731:5e18232cfcf0
Date: 2011-01-16 18:51 +0100
http://bitbucket.org/pypy/pypy/changeset/5e18232cfcf0/

Log:	(lac, arigo)

	Oups.

diff --git a/lib-python/modified-2.7.0/test/test_int.py b/lib-python/modified-2.7.0/test/test_int.py
--- a/lib-python/modified-2.7.0/test/test_int.py
+++ b/lib-python/modified-2.7.0/test/test_int.py
@@ -248,7 +248,6 @@
         self.assertEqual(int('1z141z5', 36), 4294967297L)
 
     def test_bit_length(self):
-        return
         tiny = 1e-10
         for x in xrange(-65000, 65000):
             k = x.bit_length()


More information about the Pypy-commit mailing list