From b47f3fc7cbc0b38087c19f5fe8bd3d34f0570458 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 2 Feb 2017 18:35:45 -0800 Subject: python: Disable PYMALLOC --- pkg/python/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/python/pyconfig.h') diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h index 35d66e32..af7c53a6 100644 --- a/pkg/python/pyconfig.h +++ b/pkg/python/pyconfig.h @@ -266,7 +266,7 @@ /* #undef WITH_DYLD */ /* #undef WITH_LIBINTL */ /* #undef WITH_NEXT_FRAMEWORK */ -#define WITH_PYMALLOC 1 +/* #undef WITH_PYMALLOC */ #define WITH_THREAD 1 /* #undef WITH_VALGRIND */ #if defined AC_APPLE_UNIVERSAL_BUILD -- cgit v1.2.3