commit | 9481c576cd5e820f2a23b57481366f37df3dbbf9 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jan 17 20:57:56 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jan 17 20:57:56 2010 +0000 |
tree | 79ac97cd777253381e4ba64ec0b2267a574ffba9 | |
parent | 92397ce93faf0d9db9db33cb5d16cc7e1cf44d18 [diff] |
Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the private memory allocation scheme in dtoa.c, along with a piece of code that caches powers of 5 for future use. This makes it easier to detect dtoa.c memory leaks with Valgrind or similar tools. Patch by Stefan Krah.