From 82c5a86d7c36ee293c7a3569d27f1668b1a672b7 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Thu, 16 Feb 2006 07:30:11 +0000 Subject: [PATCH] Oops, this is supposed to be disabled by default. --- Objects/obmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 090abda9e19..3ee21e43c31 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -541,8 +541,8 @@ error: /* 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