[Python-Dev] Debug entry points for PyMalloc

Martin v. Loewis martin@v.loewis.de
21 Mar 2002 18:43:32 +0100


"Tim Peters" <tim@zope.com> writes:

> > Rather than trying to mimic this in pymalloc, isn't it easier to have
> > a way to go back to the platform malloc?
> 
> We have one already:  turn off pymalloc.  

Notice that this is possible both at compile time and at run-time; it
seems that you were thinking of the compile-time option, whereas Guido
was asking for the run-time option.

Regards,
Martin