Message1157

Author cgroves
Recipients
Date 2006-11-28.05:06:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Well, I take that back.  It's almost right.  It gets most of the stuff in the setdict method in test_descr to pass.  It fails on 'del a.__dict__' where a is an instance of a subclass of object.  Maybe PyGetSetDescr.java for __dict__ on PyType needs to grow a __delete__ method like PySlot.java did?
History
Date User Action Args
2008-02-20 17:17:30adminlinkissue1506749 messages
2008-02-20 17:17:30admincreate