diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-02-16 07:30:11 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-02-16 07:30:11 (GMT) |
commit | 82c5a86d7c36ee293c7a3569d27f1668b1a672b7 (patch) | |
tree | b0ea316fab747698ccb778780cf5bdbd2b6d89e7 /Objects | |
parent | 720ddb625b59dab1c07e251f0fab74714ebb4c36 (diff) | |
download | cpython-82c5a86d7c36ee293c7a3569d27f1668b1a672b7.zip cpython-82c5a86d7c36ee293c7a3569d27f1668b1a672b7.tar.gz cpython-82c5a86d7c36ee293c7a3569d27f1668b1a672b7.tar.bz2 |
Oops, this is supposed to be disabled by default.
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/obmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 |