]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #7632: When Py_USING_MEMORY_DEBUGGER is defined, disable the
authorMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 20:57:56 +0000 (20:57 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 20:57:56 +0000 (20:57 +0000)
commit9481c576cd5e820f2a23b57481366f37df3dbbf9
tree79ac97cd777253381e4ba64ec0b2267a574ffba9
parent92397ce93faf0d9db9db33cb5d16cc7e1cf44d18
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.
Misc/NEWS
Python/dtoa.c