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 Sworddragon
Recipients Sworddragon
Date 2013-11-20.21:29:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384982980.31.0.989044075216.issue19671@psf.upfronthosting.co.za>
In-reply-to
Content
Currently on calling one of the compileall functions it is not possible to pass the optimization level as argument. The bytecode will be created depending of the optimization level of the current script instance. But if a script wants to compile .pyc files for one destination and .pyo files for another destination this will be a little tricky.
History
Date User Action Args
2013-11-20 21:29:40Sworddragonsetrecipients: + Sworddragon
2013-11-20 21:29:40Sworddragonsetmessageid: <1384982980.31.0.989044075216.issue19671@psf.upfronthosting.co.za>
2013-11-20 21:29:40Sworddragonlinkissue19671 messages
2013-11-20 21:29:40Sworddragoncreate