[issue9009] Improve quality of Python/dtoa.c

Alexander Belopolsky report at bugs.python.org
Thu Jun 17 00:23:36 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Mark,

It is great to see you doing this.  I looked at this code on several occasions before and each time ran away scared!  I sincerely hope I will understand how it works after your rewrite.

Just a small suggestion at this point: can you give longer names to args and local variables?  The current alphabet soup is a bit confusing:

c, s, s0, s1, se, s00(!), e, nd, nd0, pnd, pnd0 ...

----------

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


More information about the Python-bugs-list mailing list