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 alecsandru.patrascu, brett.cannon, gregory.p.smith, lemburg, pitrou, r.david.murray, scoder, skrah, steve.dower, vstinner, zach.ware
Date 2016-04-13.19:23:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460575384.32.0.651089289115.issue26359@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I don't understand this issue. I don't think that we need 3 flavors: debug, devel and release. We already have debug (--with-pydebug) and release, and IMHO debug is what developers should use.

I like the idea of using the best optimizers options *by default* for the release mode. In practice, I suggest to enable PGO *by default*.
History
Date User Action Args
2016-04-13 19:23:04vstinnersetrecipients: + vstinner, lemburg, brett.cannon, gregory.p.smith, pitrou, scoder, r.david.murray, skrah, zach.ware, steve.dower, alecsandru.patrascu
2016-04-13 19:23:04vstinnersetmessageid: <1460575384.32.0.651089289115.issue26359@psf.upfronthosting.co.za>
2016-04-13 19:23:04vstinnerlinkissue26359 messages
2016-04-13 19:23:04vstinnercreate