◐ Shell
clean mode source ↗

[3.6] bpo-29643: Fix check for --enable-optimizations by methane · Pull Request #869 · python/cpython

and others added 2 commits

March 28, 2017 21:52
The presence of the ``--enable-optimizations`` flag is indicated by the
value of ``$enableval``, but the configure script was checking ``$withval``,
resulting in the ``--enable-optimizations`` flag being effectively ignored.
(cherry picked from commit 8cea592)

vstinner

@methane methane deleted the backport-gh129-36 branch

March 28, 2017 15:25