components/python/python34/Makefile
changeset 2060 a9ad5cd0ec29
parent 1953 5c1face45dc8
child 2124 c9bbad49190b
--- a/components/python/python34/Makefile	Wed Aug 27 02:02:25 2014 -0700
+++ b/components/python/python34/Makefile	Wed Aug 27 09:04:47 2014 -0700
@@ -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)"