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 kristjan.jonsson
Recipients christian.heimes, gregory.p.smith, kristjan.jonsson, loewis, mark.dickinson, pitrou, serhiy.storchaka
Date 2012-11-20.16:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353429175.16.0.662631249842.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
The size of the .pyc files is secondary.  The size that is important is the memory footprint of loaded code objects, which can be done by stripping and folding code objects.
This works springs out of work for embedding python on the PS3 console where every byte counts.
History
Date User Action Args
2012-11-20 16:32:55kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, gregory.p.smith, mark.dickinson, pitrou, christian.heimes, serhiy.storchaka
2012-11-20 16:32:55kristjan.jonssonsetmessageid: <1353429175.16.0.662631249842.issue16475@psf.upfronthosting.co.za>
2012-11-20 16:32:55kristjan.jonssonlinkissue16475 messages
2012-11-20 16:32:54kristjan.jonssoncreate