Mailing List Archive

python/dist/src/Mac/Modules/app _Appmodule.c,1.10,1.11
Update of /cvsroot/python/python/dist/src/Mac/Modules/app
In directory usw-pr-cvs1:/tmp/cvs-serv19907/Python/Mac/Modules/app

Modified Files:
_Appmodule.c
Log Message:
Regenerated.

Index: _Appmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/app/_Appmodule.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** _Appmodule.c 24 Mar 2002 23:01:51 -0000 1.10
--- _Appmodule.c 23 Apr 2002 22:45:54 -0000 1.11
***************
*** 70,74 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

--- 70,74 ----
{
/* Cleanup of self->ob_itself goes here */
! PyObject_Del(self);
}