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 bob.ippolito, mark.dickinson, nnorwitz
Date 2008-04-29.17:34:04
SpamBayes Score 0.026721295
Marked as misclassified No
Message-id <1209490447.75.0.830638680162.issue1496032@psf.upfronthosting.co.za>
In-reply-to
Content
Adding -mieee didn't fix the math and cmath problems.  Should I revert 
the change in r62499, or leave it in?  It seems to me that having -mieee 
is a good thing on the whole.  The main reason to not want IEEE 754 
conformance would be speed.

It looks like the math and cmath failures are due to libm behaviour;  
either (1) libm is making no attempt to be IEEE compliant, or (2) it's 
setting errno in places that it shouldn't, or (3) it's trying to be IEEE 
compliant but is buggy.  I'm not sure how to proceed.  Would it be okay 
to check in some temporary autoconf tests to help identify the source of 
the failures, and remove them later?
History
Date User Action Args
2008-04-29 17:34:08mark.dickinsonsetspambayes_score: 0.0267213 -> 0.026721295
recipients: + mark.dickinson, nnorwitz, bob.ippolito
2008-04-29 17:34:07mark.dickinsonsetspambayes_score: 0.0267213 -> 0.0267213
messageid: <1209490447.75.0.830638680162.issue1496032@psf.upfronthosting.co.za>
2008-04-29 17:34:06mark.dickinsonlinkissue1496032 messages
2008-04-29 17:34:05mark.dickinsoncreate