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

2009-04-18 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Fixed in r71698. -- resolution: - fixed stage: needs patch - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5781

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

2009-04-17 Thread Mark Dickinson
New submission from Mark Dickinson dicki...@gmail.com: 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