[Patches] [ python-Patches-1462313 ] Pickle protocol 2 fails on private slots

SourceForge.net noreply at sourceforge.net
Fri Mar 31 20:26:31 CEST 2006


Patches item #1462313, was opened at 2006-03-31 17:59
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1462313&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Žiga Seilnacht (zseil)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pickle protocol 2 fails on private slots

Initial Comment:
This is a patch for bug #1443328. It fixes both
failing cases from that bug (the second one is
in the comments) and has tests for all the cases.

On Windows with this patch applied, all test pass.

If somebody is interested in rewriting this in C,
he could use tp_slots field of the PyHeapTypeObject
structure. 

----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-03-31 18:26

Message:
Logged In: YES 
user_id=849994

Thanks for the patch, committed as rev. 43493, 43494.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1462313&group_id=5470


More information about the Patches mailing list