[issue5084] unpickling does not intern attribute names

Alexandre Vassalotti report at bugs.python.org
Wed Jan 28 03:54:54 CET 2009


Alexandre Vassalotti <alexandre at peadrop.com> added the comment:

The patch for cPickle doesn't do the same thing as the pickle one. In
the cPickle one, you are only interning slot attributes, which, I
believe, is not what you intended. :-)

----------
assignee:  -> alexandre.vassalotti
nosy: +alexandre.vassalotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5084>
_______________________________________


More information about the Python-bugs-list mailing list