[Python-Dev] Debug entry points for PyMalloc

Tim Peters tim@zope.com
Thu, 21 Mar 2002 10:12:53 -0500


[Guido]
> 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.  How useful has, e.g., the debug
Linux malloc been for you in finding memory problems?