This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Hanno Schlichting
Recipients Hanno Schlichting, gregory.p.smith
Date 2017-03-09.01:15:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489022104.7.0.601332376307.issue29766@psf.upfronthosting.co.za>
In-reply-to
Content
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 example Python 3.5:

https://github.com/python/cpython/commit/14c7f71150c94ca35ca913b15c3d0cd236691ed6#diff-e2d5a00791bce9a01f99bc6fd613a39dL6567

In Python 3.5 the Py_LTO='true' line was before the Darwin block and got removed. In Python 2.7 the line was after the block and was left in place.

I'm guessing this was a simply mistake, while backporting the change.
History
Date User Action Args
2017-03-09 01:15:05Hanno Schlichtingsetrecipients: + Hanno Schlichting, gregory.p.smith
2017-03-09 01:15:04Hanno Schlichtingsetmessageid: <1489022104.7.0.601332376307.issue29766@psf.upfronthosting.co.za>
2017-03-09 01:15:03Hanno Schlichtinglinkissue29766 messages
2017-03-09 01:15:02Hanno Schlichtingcreate