Message 80689 - Python tracker (original) (raw)
Are you sure? I may not have enough context in my diff, which I
should have done against an anonymous svn checkout, but it looks like
the slot attributes get set several lines after my diff. "while
(PyDict_Next(slotstate, ...))" as opposed to the "while
(PyDict_Next(state, ...))" in my change...
-jake
On Jan 27, 2009, at 6:54 PM, Alexandre Vassalotti wrote:
Alexandre Vassalotti <alexandre@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@bugs.python.org> <http://bugs.python.org/issue5084>