[issue4575] Py_IS_INFINITY defect causes test_cmath failure on x86

Mark Dickinson report at bugs.python.org
Mon Feb 9 15:19:17 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

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.

----------
resolution:  -> fixed
versions:  -Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4575>
_______________________________________


More information about the Python-bugs-list mailing list