[issue5781] Legacy float repr is used unnecessarily on some platforms

2009-04-18 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in r71698. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue5781] Legacy float repr is used unnecessarily on some platforms

2009-04-17 Thread Mark Dickinson
New submission from Mark Dickinson : 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