[Python-checkins] python/dist/src/Objects obmalloc.c,2.52,2.53

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Jun 6 15:21:36 EDT 2004


Update of /cvsroot/python/python/dist/src/Objects
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv849/Objects

Modified Files:
	obmalloc.c 
Log Message:
whoops, I wanted that commented out by default, will add doc to Misc

Index: obmalloc.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/obmalloc.c,v
retrieving revision 2.52
retrieving revision 2.53
diff -C2 -d -r2.52 -r2.53
*** obmalloc.c	6 Jun 2004 19:20:22 -0000	2.52
--- obmalloc.c	6 Jun 2004 19:21:34 -0000	2.53
***************
*** 542,547 ****
   * Purify or Valgrind.  Uncomment to use.
   *
-  */
  #define Py_USING_MEMORY_DEBUGGER
  
  #ifdef Py_USING_MEMORY_DEBUGGER
--- 542,547 ----
   * Purify or Valgrind.  Uncomment to use.
   *
  #define Py_USING_MEMORY_DEBUGGER
+  */
  
  #ifdef Py_USING_MEMORY_DEBUGGER




More information about the Python-checkins mailing list