This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients christian.heimes, mark.dickinson, rpetrov, skip.montanaro, tim.peters
Date 2009-02-09.14:19:15
SpamBayes Score 2.7024494e-12
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Fixed (I hope!) in the trunk in r69459.  I'll wait for buildbot results 
(just in case) and then merge to 2.6, 3.1 and 3.0.

The same test_cmath failure can also be seen on OS X 10.5.6/Intel when 
compiling with -fmpmath=387.  Annoyingly, the fix above doesn't work here:  
it seems that the OS X isinf is buggy.  It doesn't seem worth working 
around this bug though, since there's little sane reason to be compiling 
with -fmpmath=387 in the first place, so it's unlikely that any regular 
Python users will encounter this problem.
History
Date User Action Args
2009-02-09 14:19:17mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, skip.montanaro, christian.heimes, rpetrov
2009-02-09 14:19:17mark.dickinsonsetmessageid: <[email protected]>
2009-02-09 14:19:16mark.dickinsonlinkissue4575 messages
2009-02-09 14:19:15mark.dickinsoncreate