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 Kiriakos.Vlahos, eric.smith, mark.dickinson, sjmachin
Date 2010-09-29.07:16:57
SpamBayes Score 2.370818e-06
Marked as misclassified No
Message-id <1285744619.77.0.086674410325.issue9980@psf.upfronthosting.co.za>
In-reply-to
Content
This sounds similar to issue 9215, which was due to a compiler optimization bug.  Certainly it points to something going wrong in _Py_dg_dtoa.

What platform are these results from?

Do you have minimal code that can be used to reproduce?

I'm surprised that 3.2 fixes this:  the float-to-string conversion code is pretty much identical in both 3.1 and 3.2.
History
Date User Action Args
2010-09-29 07:16:59mark.dickinsonsetrecipients: + mark.dickinson, sjmachin, eric.smith, Kiriakos.Vlahos
2010-09-29 07:16:59mark.dickinsonsetmessageid: <1285744619.77.0.086674410325.issue9980@psf.upfronthosting.co.za>
2010-09-29 07:16:57mark.dickinsonlinkissue9980 messages
2010-09-29 07:16:57mark.dickinsoncreate