[Python-checkins] python/dist/src/Mac/Modules/mlte _Mltemodule.c,1.9,1.10

jackjansen@sourceforge.net jackjansen@sourceforge.net
Tue, 23 Apr 2002 15:44:17 -0700


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

Modified Files:
	_Mltemodule.c 
Log Message:
Regenerated.

Index: _Mltemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/_Mltemodule.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** _Mltemodule.c	1 Jan 2002 22:42:19 -0000	1.9
--- _Mltemodule.c	23 Apr 2002 22:44:15 -0000	1.10
***************
*** 126,130 ****
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyMem_DEL(self);
  }
  
--- 126,130 ----
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyObject_Del(self);
  }
  
***************
*** 1367,1371 ****
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyMem_DEL(self);
  }
  
--- 1367,1371 ----
  {
  	/* Cleanup of self->ob_itself goes here */
! 	PyObject_Del(self);
  }