Optified python3.4.0 on extras-devel. Thanks for Your patience. This time no Debian/Ubuntu-stuff, but I started with sources straight from the upstream [https://www.python.org/ftp/python/3....thon-3.4.0.tgz]. Everything is now in one big (22Mb) package, called python3. Ok, this is loaned from Debian (but expat and libmpdec compiled-in) Code: ./configure --prefix=/opt/python3/ \ --enable-ipv6 \ --enable-loadable-sqlite-extensions \ --with-dbmliborder=bdb:gdbm \ --with-computed-gotos \ --without-ensurepip \ --without-system-expat \ --without-system-libmpdec (Request for comments about parameters) And symlink /usr/bin/python3 -> /opt/python3/bin/python3.4 (This all looks so obvious now, but trust me this took some time to tinker) Btw: It is compiled with default compiler on auto builder.
./configure --prefix=/opt/python3/ \ --enable-ipv6 \ --enable-loadable-sqlite-extensions \ --with-dbmliborder=bdb:gdbm \ --with-computed-gotos \ --without-ensurepip \ --without-system-expat \ --without-system-libmpdec