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

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


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

Modified Files:
	_Winmodule.c 
Log Message:
Regenerated.

Index: _Winmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/win/_Winmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** _Winmodule.c	18 Mar 2002 15:41:32 -0000	1.8
--- _Winmodule.c	23 Apr 2002 22:42:40 -0000	1.9
***************
*** 121,125 ****
  	self->ob_itself = NULL;
  	self->ob_freeit = NULL;
! 	PyMem_DEL(self);
  }
  
--- 121,125 ----
  	self->ob_itself = NULL;
  	self->ob_freeit = NULL;
! 	PyObject_Del(self);
  }