Message1957

Author pjenvey
Recipients
Date 2007-10-13.23:33:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The patch for dict is probably going to be along the lines of changing

if (ob_other.getType() != getType())

to

if (ob_other instanceof PyDictionary)

(sorry for the lack of a diff)

Though your 'workaround' there seems to describe a problem with __cmp__ of lists. Is there a problem with list __cmp__ too?
History
Date User Action Args
2008-02-20 17:18:04adminlinkissue1804011 messages
2008-02-20 17:18:04admincreate