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

Mark Dickinson report at bugs.python.org
Sat Jan 16 13:14:15 CET 2010


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

Applied the bug 8 patch in r77519 (thanks Eric for reviewing!).  For safety, I'll leave this as a release blocker until fixes have been merged to py3k and release31-maint.

I've uploaded a fix for bugs 5 and 7 to Rietveld:

http://codereview.appspot.com/186182

I still don't like the parsing code much:  I'm tempted to pull out the calculation of y and z and do it after the parsing is complete.  It's probably marginally less efficient that way, but it would help make the code clearer.

----------

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


More information about the Python-bugs-list mailing list