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 MrJean1
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-28.01:08:27
SpamBayes Score 5.6177545e-05
Marked as misclassified No
Message-id <1214615308.91.0.187378984607.issue3167@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-06-28 01:08:29MrJean1setspambayes_score: 5.61775e-05 -> 5.6177545e-05
recipients: + MrJean1, terry.reedy, mark.dickinson
2008-06-28 01:08:28MrJean1setspambayes_score: 5.61775e-05 -> 5.61775e-05
messageid: <1214615308.91.0.187378984607.issue3167@psf.upfronthosting.co.za>
2008-06-28 01:08:28MrJean1linkissue3167 messages
2008-06-28 01:08:27MrJean1create