[issue3167] math test fails on Solaris 10

Jean Brouwers report at bugs.python.org
Sat Jun 28 03:08:28 CEST 2008


Jean Brouwers <MrJean1 at Gmail.com> added the comment:

The patch <http://bugs.python.org/file10754/issue3167.patch> does not 
work.  The -xlibmieee flag is included in the cc command lines, like

cc -c -xtarget=native -xlibmieee -DNDEBUG -xO5  -I. ....

However, the resulting build produces to wrong result:

Python 2.6b1 (r26b1:64398, Jun 27 2008, 18:04:19) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> math.log(float('-inf'))
-inf

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


More information about the Python-bugs-list mailing list