From d3a735702bbb55a70eecca1dbda1bb58ed2beb86 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Tue, 17 Aug 2021 01:25:04 -0700 Subject: [PATCH] Use real malloc so we can test Python with ASAN --- third_party/python/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/python/pyconfig.h b/third_party/python/pyconfig.h index ec5c56f17..c8fc26342 100644 --- a/third_party/python/pyconfig.h +++ b/third_party/python/pyconfig.h @@ -1360,7 +1360,7 @@ /* #undef WITH_NEXT_FRAMEWORK */ /* Define if you want to compile in Python-specific mallocs */ -#define WITH_PYMALLOC 1 +/* #define WITH_PYMALLOC 1 */ /* Define if you want to compile in rudimentary thread support */ /* #undef WITH_THREAD */