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 zach.ware
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-09-14.17:09:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442250563.63.0.243819090183.issue25102@psf.upfronthosting.co.za>
In-reply-to
Content
Steve Dower added the comment:
> You're proposing making a slow part of the install three times slower, correct? Just to confirm :)

Indeed I am :).  Or extend the precompile options to let the user do whatever of the three they want.

The precompile option is meant as a startup time optimization.  -O and -OO are meant as (very slim) runtime optimizations; it only makes sense that people actually concerned enough to use -O/-OO would rather have their startup time optimized as well.

This is pretty low priority, though.
History
Date User Action Args
2015-09-14 17:09:23zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower
2015-09-14 17:09:23zach.waresetmessageid: <1442250563.63.0.243819090183.issue25102@psf.upfronthosting.co.za>
2015-09-14 17:09:23zach.warelinkissue25102 messages
2015-09-14 17:09:23zach.warecreate