whoops, I wanted that commented out by default, will add doc to Misc
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index 54173e7..7b629b8 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