[Python-Dev] Debug entry points for PyMalloc (original) (raw)
Martin v. Loewis martin@v.loewis.de
21 Mar 2002 18:43:32 +0100
- Previous message: [Python-Dev] Debug entry points for PyMalloc
- Next message: [Python-Dev] Debug entry points for PyMalloc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"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
- Previous message: [Python-Dev] Debug entry points for PyMalloc
- Next message: [Python-Dev] Debug entry points for PyMalloc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]