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 r.david.murray
Recipients Devyn Johnson, Rosuav, abarry, r.david.murray
Date 2015-12-18.16:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450456444.49.0.107958019485.issue25903@psf.upfronthosting.co.za>
In-reply-to
Content
pyo files weren't removed, they were just renamed, and -O differentiated from -OO.  The provides the opportunity to introduce additional "optimized byte code" versions that do other optimizations, which several people are working on.  There are also other aspects of python optimization, and again a number of people are working on related projects.  So, find one that interests you and chip in :)
History
Date User Action Args
2015-12-18 16:34:04r.david.murraysetrecipients: + r.david.murray, Rosuav, abarry, Devyn Johnson
2015-12-18 16:34:04r.david.murraysetmessageid: <1450456444.49.0.107958019485.issue25903@psf.upfronthosting.co.za>
2015-12-18 16:34:04r.david.murraylinkissue25903 messages
2015-12-18 16:34:04r.david.murraycreate