commit | de5080038f29628db12f0639a3b5df1aa1a93868 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Jan 17 21:02:55 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Jan 17 21:02:55 2010 +0000 |
tree | 98e109f9acfd9da3b7776a63428dd0a3e74765a7 | |
parent | 2ff627a686c0ed9e91c0ce6ed2d73050d5fd60da [diff] |
Merged revisions 77589 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77589 | mark.dickinson | 2010-01-17 20:57:56 +0000 (Sun, 17 Jan 2010) | 7 lines 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. ........