]> granicus.if.org Git - python/commitdiff
Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 25 Sep 2008 04:12:50 +0000 (04:12 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 25 Sep 2008 04:12:50 +0000 (04:12 +0000)
Misc/NEWS
Objects/obmalloc.c

index 37bb63439630663987b566306200e057863162f9..5d2a267228d7ee931d07a5d11a8afa2ad4495566 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.6 final
 Core and Builtins
 -----------------
 
+- Bug #3951: Py_USING_MEMORY_DEBUGGER should not be enabled by default.
+
 Library
 -------
 
index fc5ccf7abee2c6b7cca91abdef498613f1a2c600..d1586c29f888bb7310f439fb4d988804a88edd79 100644 (file)
@@ -677,8 +677,8 @@ extremely desirable that it be this fast.
 /* This is only useful when running memory debuggers such as
  * Purify or Valgrind.  Uncomment to use.
  *
- */
 #define Py_USING_MEMORY_DEBUGGER
+ */
 
 #ifdef Py_USING_MEMORY_DEBUGGER