]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 77590 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 21:06:28 +0000 (21:06 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 17 Jan 2010 21:06:28 +0000 (21:06 +0000)
commit173a1eedac69442362c8ed705ea7975c94ce3c93
treef74f7df0b453dbf52c026770bfc0b6968696b02a
parent93492334df7e664d1eb1cc02ac206b0bee686568
Merged revisions 77590 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r77590 | mark.dickinson | 2010-01-17 21:02:55 +0000 (Sun, 17 Jan 2010) | 14 lines

  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