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 vstinner
Recipients florin.papa, r.david.murray, skrah, vstinner, zach.ware
Date 2015-10-02.15:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443799306.2.0.898135450806.issue25300@psf.upfronthosting.co.za>
In-reply-to
Content
Why not enablind the option by default if GCC 5.1 or newer is detected? Is there a risk of breaking third-party extensions?

Should we pass the MPX compiler options to third-party extensions by way?

I'm not sure that it's ok to add such change to Python 2.7. It's border line between new feature and supporting a new architecture.

I would suggest to only modify Python 3.6.
History
Date User Action Args
2015-10-02 15:21:46vstinnersetrecipients: + vstinner, r.david.murray, skrah, zach.ware, florin.papa
2015-10-02 15:21:46vstinnersetmessageid: <1443799306.2.0.898135450806.issue25300@psf.upfronthosting.co.za>
2015-10-02 15:21:46vstinnerlinkissue25300 messages
2015-10-02 15:21:45vstinnercreate