commit | 82c5a86d7c36ee293c7a3569d27f1668b1a672b7 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Thu Feb 16 07:30:11 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Thu Feb 16 07:30:11 2006 +0000 |
tree | b0ea316fab747698ccb778780cf5bdbd2b6d89e7 | |
parent | 720ddb625b59dab1c07e251f0fab74714ebb4c36 [diff] [blame] |
Oops, this is supposed to be disabled by default.
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 090abda..3ee21e4 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c
@@ -541,8 +541,8 @@ /* 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