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 mark.dickinson
Date 2008-04-24.21:11:49
SpamBayes Score 0.04386007
Marked as misclassified No
Message-id <1209071512.37.0.789314022887.issue2685@psf.upfronthosting.co.za>
In-reply-to
Content
test_math and test_cmath currently fail on Debian/alpha, apparently due to 
mishandling of subnormal numbers.  I have high hopes that this can be 
fixed by compiling with -mieee.

The attached patch modifies the configure script to always use the -mieee 
option on gcc, when available.
History
Date User Action Args
2008-04-24 21:11:52mark.dickinsonsetspambayes_score: 0.0438601 -> 0.04386007
recipients: + mark.dickinson
2008-04-24 21:11:52mark.dickinsonsetspambayes_score: 0.0438601 -> 0.0438601
messageid: <1209071512.37.0.789314022887.issue2685@psf.upfronthosting.co.za>
2008-04-24 21:11:51mark.dickinsonlinkissue2685 messages
2008-04-24 21:11:51mark.dickinsoncreate