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 cstratak
Recipients cstratak, gregory.p.smith, octavian.soldea, vstinner
Date 2018-11-13.14:19:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542118779.99.0.788709270274.issue31354@psf.upfronthosting.co.za>
In-reply-to
Content
This change exports -flto in cflags.

You can check it with python3-config --cflags after this commit.

Which means that every c extension which will use those cflags will also utilize -flto which wasn't happening before, thus I'd say it's a regression.
History
Date User Action Args
2018-11-13 14:19:40cstrataksetrecipients: + cstratak, gregory.p.smith, vstinner, octavian.soldea
2018-11-13 14:19:39cstrataksetmessageid: <1542118779.99.0.788709270274.issue31354@psf.upfronthosting.co.za>
2018-11-13 14:19:39cstrataklinkissue31354 messages
2018-11-13 14:19:39cstratakcreate