[Python-checkins] python/dist/src/Objects obmalloc.c,2.36,2.37

tim_one@sourceforge.net tim_one@sourceforge.net
Fri, 12 Apr 2002 00:43:10 -0700


Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv9682/python/Objects

Modified Files:
	obmalloc.c 
Log Message:
_PyObject_DebugDumpAddress():  clarify an output message.


Index: obmalloc.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/obmalloc.c,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -d -r2.36 -r2.37
*** obmalloc.c	12 Apr 2002 07:38:53 -0000	2.36
--- obmalloc.c	12 Apr 2002 07:43:07 -0000	2.37
***************
*** 1103,1107 ****
  
  	nbytes = read4(q-8);
! 	fprintf(stderr, "    %lu bytes originally allocated\n", nbytes);
  
  	/* In case this is nuts, check the pad bytes before trying to read up
--- 1103,1107 ----
  
  	nbytes = read4(q-8);
! 	fprintf(stderr, "    %lu bytes originally requested\n", nbytes);
  
  	/* In case this is nuts, check the pad bytes before trying to read up