[Python-Dev] pymalloc API - is 1.5.2 compatibility a possible explanation?

Tim Peters tim.one@comcast.net
Tue, 19 Mar 2002 12:07:20 -0500


[Fredrik Lundh]
> ...
> I've fixed the "incorrect usage" for PIL 1.1.4.  just some
> 100 more modules to fix...

I'd hold off on this, under the theory that we can't actually get away with
breaking 100s of modules.  Is all your "breakage" of the form PyObject_NEW +
PyMem_DEL?