[issue9980] str(float) failure

Mark Dickinson report at bugs.python.org
Wed Sep 29 09:16:59 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9980>
_______________________________________


More information about the Python-bugs-list mailing list