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 insomnike
Recipients
Date 2004-06-05.15:44:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1057404

Okay, I've looked at the output from protocols 0, 1 and 2
from pickletools.py, and after nearly two hours of looking
into this, I think the problem lies with the fact that both
Morsel and BaseCookie derive from dict and override __setitem__.

I think that this stems from BUILD using __dict__ directly,
but lack the internal knowledge of pickle to investigate
further.
History
Date User Action Args
2007-08-23 14:22:02adminlinkissue964868 messages
2007-08-23 14:22:02admincreate