]> granicus.if.org Git - python/commit
Blocked revisions 77066 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Sun, 27 Dec 2009 19:04:16 +0000 (19:04 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 27 Dec 2009 19:04:16 +0000 (19:04 +0000)
commit32e5feeb4724997fb9e5a37d9892b12d1dbffa65
treeafb5822ffffdaacb225d6f85a78ba12a0dce5687
parent7670ea9a4618dde42cd57dbdd51e2856c950b930
Blocked revisions 77066 via svnmerge

........
  r77066 | mark.dickinson | 2009-12-27 16:16:02 +0000 (Sun, 27 Dec 2009) | 1 line

  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).
........