components/python/python34/Makefile
branchs11-update
changeset 3783 9edbfb2ff34a
parent 3779 d01825f968e9
child 3784 d6eabdbf55cb
--- a/components/python/python34/Makefile	Wed Aug 06 10:14:32 2014 -0700
+++ b/components/python/python34/Makefile	Wed Feb 04 07:11:04 2015 -0800
@@ -101,9 +101,6 @@
 CONFIGURE_OPTIONS  +=		--with-system-expat
 CONFIGURE_OPTIONS  +=		--with-system-ffi
 CONFIGURE_OPTIONS  +=		--without-gcc
-# Building with pymalloc is the default, but that causes core dumps;
-# see http://bugs.python.org/issue21412 for details.
-CONFIGURE_OPTIONS  +=		--without-pymalloc
 CONFIGURE_OPTIONS  +=		--without-ensurepip
 CONFIGURE_OPTIONS  +=		--enable-ipv6
 CONFIGURE_OPTIONS  +=		CPPFLAGS="$(CPPFLAGS)"