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 kristjan.jonsson, loewis, pitrou
Date 2012-11-17.22:53:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353192824.73.0.150825038046.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
When I added interning support to marshal, I specifically cared about the size of pyc. I find it sad that this support was thrown out, so I support restoring it.

I'm also skeptical about general sharing, and would like to see some specific numbers pointing out the gain of such a mechanism (compared to a version that merely preserves interned strings).
History
Date User Action Args
2012-11-17 22:53:44loewissetrecipients: + loewis, pitrou, kristjan.jonsson
2012-11-17 22:53:44loewissetmessageid: <1353192824.73.0.150825038046.issue16475@psf.upfronthosting.co.za>
2012-11-17 22:53:44loewislinkissue16475 messages
2012-11-17 22:53:44loewiscreate