Use pymalloc in internal allocations

This commit is contained in:
Oleksii Shevchuk 2017-04-04 13:23:13 +03:00
parent 416b991550
commit 9e6c5de41b
1 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ cd /usr/src
tar zxf Python-2.7.13.tgz
cd /usr/src/Python-2.7.13
./configure --prefix=/usr \
--without-doc-strings --without-tsc --without-pymalloc \
--without-doc-strings --without-tsc \
--with-fpectl --with-ensurepip=install --with-signal-module \
--enable-ipv6 --enable-shared --enable-unicode=ucs4
make; make install
@ -419,7 +419,7 @@ cd /usr/src
tar zxf Python-2.7.13.tgz
cd /usr/src/Python-2.7.13
./configure --prefix=/usr \
--without-doc-strings --without-tsc --without-pymalloc \
--without-doc-strings --without-tsc \
--with-fpectl --with-ensurepip=install --with-signal-module \
--enable-ipv6 --enable-shared --enable-unicode=ucs4
make; make install