◐ Shell
clean mode source ↗

Message 176017 - Python tracker

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*.