[Python-Dev] Pickler/Unpickler API clarification

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 7 12:48:35 CET 2009


Antoine Pitrou wrote:

> If these strings are not interned, then perhaps they should be.

I think this is a different problem. Even if the strings are
interned, if you start with a fresh pickler each time, you
get a copy of the strings in each pickle. What he wants is
to share strings between different pickles.

-- 
Greg


More information about the Python-Dev mailing list