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

Fredrik Lundh fredrik@pythonware.com
Tue, 19 Mar 2002 21:42:08 +0100


tim wrote:

> [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?

that's the only thing I've been looking for.

from a quick sampling, it doesn't look like we have any real
bugs (e.g. NEW/free mixups) in the code base, but I haven't
looked everywhere.

</F>