Kristján Valur Jónsson added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16475>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to