whoops, I wanted that commented out by default, will add doc to Misc

This commit is contained in:
Neal Norwitz 2004-06-06 19:21:34 +00:00
parent 7eb3c9196d
commit b5d7702e5c

View file

@ -541,8 +541,8 @@ new_arena(void)
/* 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