diff -r 689605272627 -r 9edbfb2ff34a components/python/python34/Makefile --- 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)"