From: Jack Jansen Date: Wed, 22 May 2002 14:31:10 +0000 (+0000) Subject: Enable WITH_PYMALLOC. X-Git-Tag: v2.3c1~5619 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=422cdde69ada560ea4713d64fe0c5319a4f6e200;p=python Enable WITH_PYMALLOC. --- diff --git a/Mac/Include/pyconfig.h b/Mac/Include/pyconfig.h index 11c5e6f583..3f719d53db 100644 --- a/Mac/Include/pyconfig.h +++ b/Mac/Include/pyconfig.h @@ -306,7 +306,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #undef WITH_DYLD /* Define if you want to compile in Python-specific mallocs */ -#undef WITH_PYMALLOC +#define WITH_PYMALLOC /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */