Mailing List Archive

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

Modified Files:
_Menumodule.c
Log Message:
Regenerated.

Index: _Menumodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/menu/_Menumodule.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** _Menumodule.c 3 Jan 2002 12:16:18 -0000 1.10
--- _Menumodule.c 23 Apr 2002 22:44:26 -0000 1.11
***************
*** 109,113 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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