Mailing List Archive

python/dist/src/Mac/Modules/carbonevt _CarbonEvtmodule.c,1.8,1.9
Update of /cvsroot/python/python/dist/src/Mac/Modules/carbonevt
In directory usw-pr-cvs1:/tmp/cvs-serv18502/Python/Mac/Modules/carbonevt

Modified Files:
_CarbonEvtmodule.c
Log Message:
Regenerated.

Index: _CarbonEvtmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/carbonevt/_CarbonEvtmodule.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** _CarbonEvtmodule.c 9 Jan 2002 18:54:16 -0000 1.8
--- _CarbonEvtmodule.c 23 Apr 2002 22:42:28 -0000 1.9
***************
*** 172,176 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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

***************
*** 479,483 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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

***************
*** 662,666 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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

***************
*** 754,758 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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

***************
*** 869,873 ****
Py_DECREF(self->ob_callback);
}
! PyMem_DEL(self);
}

--- 869,873 ----
Py_DECREF(self->ob_callback);
}
! PyObject_Del(self);
}

***************
*** 1019,1023 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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

***************
*** 1114,1118 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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

***************
*** 1231,1235 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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