[Python-checkins] python/dist/src/Mac/Modules/cm _Cmmodule.c,1.8,1.9

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 15:45:27 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/cm
In directory usw-pr-cvs1:/tmp/cvs-serv19787/Python/Mac/Modules/cm

Modified Files:
	_Cmmodule.c 
Log Message:
Regenerated.

Index: _Cmmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cm/_Cmmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** _Cmmodule.c	24 Mar 2002 23:04:08 -0000	1.8
--- _Cmmodule.c	23 Apr 2002 22:45:25 -0000	1.9
***************
*** 103,107 ****
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyMem_DEL(self);
  }
  
--- 103,107 ----
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyObject_Del(self);
  }
  
***************
*** 385,389 ****
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyMem_DEL(self);
  }
  
--- 385,389 ----
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyObject_Del(self);
  }