[Python-bugs-list] [ python-Bugs-651701 ] Bozo getstate w/ slots overrides base

SourceForge.net noreply@sourceforge.net
Thu, 22 May 2003 14:58:03 -0700


Bugs item #651701, was opened at 2002-12-10 18:10
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=651701&group_id=5470

Category: Type/class unification
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Fein (pafein)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bozo getstate w/ slots overrides base

Initial Comment:
The bozo __getstate__ set automatically on classes
defining __slots__ overrides any __getstate__ defined
in a base class.  This makes writing a mixin to
implement this method impossible.

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

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-05-22 17:58

Message:
Logged In: YES 
user_id=33168

What do you expect to be printed?  I'm not sure what you
want changed.  Have you tested with 2.3b1?  Does this meet
your needs?

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

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