[issue7632] dtoa.c: oversize b in quorem

Mark Dickinson report at bugs.python.org
Mon Jan 4 14:23:18 CET 2010


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

I can reproduce this on OS X 10.6 (64-bit), both in py3k and trunk debug builds.  In non-debug builds it appears to return the correct result (0.0), so the oversize b appears to have no ill effects.  So this may just be an overeager assert;  it may be a symptom of a deeper problem, though.

----------
priority: critical -> high

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


More information about the Python-bugs-list mailing list