[Python-Dev] Pickler/Unpickler API clarification

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Mar 6 07:08:40 CET 2009


Guido van Rossum wrote:

> Then it'd be better to have a method clear_memo() on pickle objects.

You should have that anyway. I was just suggesting a
way of preserving compatibility with old code without
exposing all the details of the memo.

-- 
Greg


More information about the Python-Dev mailing list