[Python-bugs-list] [ python-Bugs-452747 ] Unpickable dictionary subclasses

noreply@sourceforge.net noreply@sourceforge.net
Sat, 18 Aug 2001 17:45:34 -0700


Bugs item #452747, was opened at 2001-08-18 17:45
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=452747&group_id=5470

Category: Type/class unification
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Allan Crooks (amc1)
Assigned to: Guido van Rossum (gvanrossum)
Summary: Unpickable dictionary subclasses

Initial Comment:
Any class which extends either the dictionary or list 
types in Python 2.2a1 is both unpickable by both the 
pickle module and cPickle, and is uncopyable by the 
copy module.

Oh, and I'll use this opportunity to thank Guido and 
everyone who's ever worked on Python for making a 
programming language which is absolutely wonderful to 
program in. :)

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=452747&group_id=5470