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 pitrou
Recipients kristjan.jonsson, loewis, pitrou
Date 2012-11-17.20:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353182460.7.0.88146186681.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that restoring the string interning behaviour would be a good thing.
However, I don't agree that supporting recursive objects and instantiation is useful. marshal is specialized for code objects, and you shouldn't find any recursive constants there.

As for the size of pyc files, who cares? Memory footprint may be useful to shrink (especially for cache efficiency reasons), but I don't see why we should try to reduce the size of on-disk bytecode. And if we do, it would probably be simpler to zlib-compress them.
History
Date User Action Args
2012-11-17 20:01:00pitrousetrecipients: + pitrou, loewis, kristjan.jonsson
2012-11-17 20:01:00pitrousetmessageid: <1353182460.7.0.88146186681.issue16475@psf.upfronthosting.co.za>
2012-11-17 20:01:00pitroulinkissue16475 messages
2012-11-17 20:01:00pitroucreate