]> granicus.if.org Git - python/commit
Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures...
authorMark Dickinson <dickinsm@gmail.com>
Sun, 27 Dec 2009 16:16:02 +0000 (16:16 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 27 Dec 2009 16:16:02 +0000 (16:16 +0000)
commit4c96035f3361d50a6bf40557f04d45244af3dec9
tree13c7cd61b0c8ab8623d3b8fa938352e38afc7689
parent465728364749e903fb4293b2f7a266b58de6bde4
Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus failures on platforms with broken pow (e.g., Ubuntu/ia64).
Lib/test/test_long_future.py