Message 176005 - Python tracker
Message176005
| 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:55 | kristjan.jonsson | set | recipients: + kristjan.jonsson, loewis, gregory.p.smith, mark.dickinson, pitrou, christian.heimes, serhiy.storchaka |
| 2012-11-20 16:32:55 | kristjan.jonsson | set | messageid: <1353429175.16.0.662631249842.issue16475@psf.upfronthosting.co.za> |
| 2012-11-20 16:32:55 | kristjan.jonsson | link | issue16475 messages |
| 2012-11-20 16:32:54 | kristjan.jonsson | create | |