[issue7632] dtoa.c: oversize b in quorem, and a menagerie of other bugs

Eric Smith report at bugs.python.org
Fri Jan 15 23:09:35 CET 2010


Eric Smith <eric at trueblade.com> added the comment:

It looks correct to me, assuming this comment is correct:

     /* scan back until we hit a nonzero digit.  significant digit 'i'
        is s0[i] if i < nd0, s0[i+1] if i >= nd0. */

I didn't verify the comment itself.

----------

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


More information about the Python-bugs-list mailing list