Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fea233

Browse files
committed
Merged revisions 66616 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r66616 | martin.v.loewis | 2008-09-25 06:12:50 +0200 (Do, 25 Sep 2008) | 2 lines Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default. ........
1 parent 78cb491 commit 6fea233

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Core and Builtins
1515
- Issue #1688: On Windows, the input() prompt was not correctly displayed if it
1616
contains non-ascii characters.
1717

18+
- Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
19+
1820
Library
1921
-------
2022

Objects/obmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ extremely desirable that it be this fast.
677677
/* This is only useful when running memory debuggers such as
678678
* Purify or Valgrind. Uncomment to use.
679679
*
680-
*/
681680
#define Py_USING_MEMORY_DEBUGGER
681+
*/
682682

683683
#ifdef Py_USING_MEMORY_DEBUGGER
684684

0 commit comments

Comments
 (0)