]> granicus.if.org Git - python/commit
Merged revisions 77589 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 21:02:55 +0000 (21:02 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 21:02:55 +0000 (21:02 +0000)
commitde5080038f29628db12f0639a3b5df1aa1a93868
tree98e109f9acfd9da3b7776a63428dd0a3e74765a7
parent2ff627a686c0ed9e91c0ce6ed2d73050d5fd60da
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.
........
Misc/NEWS
Python/dtoa.c