Issue #7575: An overflow test for math.expm1 was failing on OS X 10.4/Intel,
commit4acce233f03fefe5bfb14f799c81e180a658a505
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Dec 2009 20:51:24 +0000 (29 20:51 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 29 Dec 2009 20:51:24 +0000 (29 20:51 +0000)
tree8889ad60c508ba7323a9bce689b73635a9aca902
parentc9c181e6be296ded9dd642f825dd283516ecee66
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.

git-svn-id: http://svn.python.org/projects/python/trunk@77116 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/math_testcases.txt