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

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


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

Modified Files:
	_Listmodule.c 
Log Message:
Regenerated.

Index: _Listmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/list/_Listmodule.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** _Listmodule.c	18 Dec 2001 15:37:25 -0000	1.9
--- _Listmodule.c	23 Apr 2002 22:44:32 -0000	1.10
***************
*** 151,155 ****
  	SetListRefCon(self->ob_itself, (long)0);
  	if (self->ob_must_be_disposed && self->ob_itself) LDispose(self->ob_itself);
! 	PyMem_DEL(self);
  }
  
--- 151,155 ----
  	SetListRefCon(self->ob_itself, (long)0);
  	if (self->ob_must_be_disposed && self->ob_itself) LDispose(self->ob_itself);
! 	PyObject_Del(self);
  }