[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-07-14 Thread Hanno Schlichting
Changes by Hanno Schlichting : -- pull_requests: +2770 ___ Python tracker <http://bugs.python.org/issue29766> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29766] --with-lto still implied by --enable-optimizations in Python 2.7

2017-03-08 Thread Hanno Schlichting
New submission from Hanno Schlichting: I think the fix for issue28032 wasn't applied correctly to the 2.7 branch. Compare the change in Python 2.7: https://github.com/python/cpython/commit/9cbfa79111e7152231556a21af90a220b72ed086#diff-e2d5a00791bce9a01f99bc6fd613a39dL6425 vs. for ex