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 eric.smith, mark.dickinson
Date 2009-04-17.13:16:15
SpamBayes Score 4.764329e-09
Marked as misclassified No
Message-id <1239974178.12.0.90656789268.issue5781@psf.upfronthosting.co.za>
In-reply-to
Content
The current defines in pyport.h mean that we don't use Gay's code
for short float repr if there's evidence of double rounding.

However, there's one situation where double rounding occurs and we can 
still use Gay's code: namely, when the configure script has worked out how 
to get and set the x87 control word.

The pyport.h code should be fixed so that we use Gay's code in that 
situation.
History
Date User Action Args
2009-04-17 13:16:18mark.dickinsonsetrecipients: + mark.dickinson, eric.smith
2009-04-17 13:16:18mark.dickinsonsetmessageid: <1239974178.12.0.90656789268.issue5781@psf.upfronthosting.co.za>
2009-04-17 13:16:16mark.dickinsonlinkissue5781 messages
2009-04-17 13:16:15mark.dickinsoncreate