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 loewis
Recipients christian.heimes, gregory.p.smith, kristjan.jonsson, loewis, mark.dickinson, pitrou, serhiy.storchaka
Date 2012-11-20.19:24:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <50ABD8DB.8060900@v.loewis.de>
In-reply-to <1353429175.16.0.662631249842.issue16475@psf.upfronthosting.co.za>
Content
Am 20.11.12 17:32, schrieb Kristján Valur Jónsson:
> The size of the .pyc files is secondary.

This really depends on whom you ask. When I did the string interning
support, the primary concern *was* for the size of the pyc files, and
there *was* a real project where it mattered (namely, code size in
a frozen application). It may be secondary to *you* and *now*.
History
Date User Action Args
2012-11-20 19:24:12loewissetrecipients: + loewis, gregory.p.smith, mark.dickinson, pitrou, kristjan.jonsson, christian.heimes, serhiy.storchaka
2012-11-20 19:24:12loewislinkissue16475 messages
2012-11-20 19:24:12loewiscreate