[Python-checkins] python/dist/src/Include objimpl.h,2.48,2.49

Tim Peters tim.one@comcast.net
Fri, 12 Apr 2002 03:26:06 -0400


[nascheme@sourceforge.net]
> Modified Files:
> 	objimpl.h
> Log Message:
> ...
> To avoid breaking extension modules that allocate using
> PyObject_{NEW,New} and deallocate with PyMem_{Del,DEL}, PyMem_DEL has
> been changed to call pymalloc's free.

Neil, I didn't see any code to that effect in this patch (or the others).
I've since moved pymem.h closer to supporting that, but if you enable it the
compiler gripes about something (probably shallow).