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 jakemcguire
Recipients alexandre.vassalotti, ggenellina, jakemcguire
Date 2009-01-28.03:00:01
SpamBayes Score 3.5783776e-09
Marked as misclassified No
Message-id <47161827-5844-427F-BFCE-1CD5BF742164@youtube.com>
In-reply-to <1233111294.82.0.529841196863.issue5084@psf.upfronthosting.co.za>
Content
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>
> _______________________________________
History
Date User Action Args
2009-01-28 03:00:03jakemcguiresetrecipients: + jakemcguire, ggenellina, alexandre.vassalotti
2009-01-28 03:00:02jakemcguirelinkissue5084 messages
2009-01-28 03:00:01jakemcguirecreate