Author aleax
Recipients
Date 2005-02-05.09:07:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=60314

The problem's easy to fix (using inspect.getmro instead of direct 
__mro__ access) but hard to reproduce -- what type not recorded in the 
dispatch table lacks an __mro__?  Can't find one easily, and I'd like to 
have a unit-test reproducing the bug before I commit the fix.

Vincenzo, can you explain what the type is happening to be in that value 
whose deepcopy gives problems?  or can anybody else suggest a type as 
above?
History
Date User Action Args
2007-08-23 14:29:17adminlinkissue1114776 messages
2007-08-23 14:29:17admincreate