Mailing List Archive

python/dist/src/Mac/Modules/waste wastemodule.c,1.22,1.23
Update of /cvsroot/python/python/dist/src/Mac/Modules/waste
In directory usw-pr-cvs1:/tmp/cvs-serv18647/Python/Mac/Modules/waste

Modified Files:
wastemodule.c
Log Message:
Regenerated.

Index: wastemodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastemodule.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** wastemodule.c 11 Jan 2002 12:36:50 -0000 1.22
--- wastemodule.c 23 Apr 2002 22:42:50 -0000 1.23
***************
*** 240,244 ****
{
/* Cleanup of self->ob_itself goes here */
! PyMem_DEL(self);
}

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

***************
*** 457,461 ****
{
WEDispose(self->ob_itself);
! PyMem_DEL(self);
}

--- 457,461 ----
{
WEDispose(self->ob_itself);
! PyObject_Del(self);
}