diff options
| author | Michael Forney <mforney@mforney.org> | 2017-02-02 18:35:45 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-02-07 14:36:26 -0800 |
| commit | b47f3fc7cbc0b38087c19f5fe8bd3d34f0570458 (patch) | |
| tree | 31f9f87c5f96ed800bfebda2d90202a3d638f102 /pkg/python/pyconfig.h | |
| parent | 1fa2eca8bed8145bcfb877f688be334b3867c3eb (diff) | |
python: Disable PYMALLOC
Diffstat (limited to 'pkg/python/pyconfig.h')
| -rw-r--r-- | pkg/python/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
