]> granicus.if.org Git - python/commit
Blocked revisions 77117 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Tue, 29 Dec 2009 20:53:23 +0000 (20:53 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 29 Dec 2009 20:53:23 +0000 (20:53 +0000)
commit54d74681db71dfc979450f261cc6cc3ace9be22c
tree4138e8ed092db3216584f754d7346f236e34f69a
parentb91f68f1521f0ab835a5ab0edaaf4ff546c77dd5
Blocked revisions 77117 via svnmerge

................
  r77117 | mark.dickinson | 2009-12-29 20:52:27 +0000 (Tue, 29 Dec 2009) | 13 lines

  Merged revisions 77116 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r77116 | mark.dickinson | 2009-12-29 20:51:24 +0000 (Tue, 29 Dec 2009) | 6 lines

    Issue #7575:  An overflow test for math.expm1 was failing on OS X 10.4/Intel,
    due to a defect in the platform's implementation of expm1.  Since the issue
    is of low severity, and appears to be fixed in OS X 10.5 and 10.6, it doesn't
    seem worth working around, so I'm just weakening the relevant test so that
    it passes on 10.4.
  ........
................