From: Neal Norwitz Date: Thu, 16 Feb 2006 07:30:11 +0000 (+0000) Subject: Oops, this is supposed to be disabled by default. X-Git-Tag: v2.5a0~663 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82c5a86d7c36ee293c7a3569d27f1668b1a672b7;p=python Oops, this is supposed to be disabled by default. --- diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 090abda9e1..3ee21e43c3 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