Message175799
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. |
|
Date |
User |
Action |
Args |
2012-11-17 20:01:00 | pitrou | set | recipients:
+ pitrou, loewis, kristjan.jonsson |
2012-11-17 20:01:00 | pitrou | set | messageid: <1353182460.7.0.88146186681.issue16475@psf.upfronthosting.co.za> |
2012-11-17 20:01:00 | pitrou | link | issue16475 messages |
2012-11-17 20:01:00 | pitrou | create | |
|