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

Mark Dickinson report at bugs.python.org
Sun Jan 17 14:58:25 CET 2010


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

Stefan, I'm not particularly familiar with Valgrind:  can you tell me what would need to be done?  Is a non-caching version of pow5mult all that's required?

Here's the patch that I'm using to detect leaks at the moment.  (It includes a slow pow5mult version.)

----------
Added file: http://bugs.python.org/file15926/dtoa_detect_leaks.patch

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


More information about the Python-bugs-list mailing list