Message4559

Author zyasoft
Recipients fwierzbicki, yanne, zyasoft
Date 2009-04-21.02:37:39
SpamBayes Score 2.0782312e-07
Marked as misclassified No
Message-id <1240281459.73.0.55445803474.issue1317@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed as of r6248

The actual fix needed is in PyTuple#equals. The complexity arises in
that we allow java.util.List objs to compare to python tuples, but
Python semantics means this shouldn't apply to PyList (even though they
implement the List interface).
History
Date User Action Args
2009-04-21 02:37:39zyasoftsetmessageid: <1240281459.73.0.55445803474.issue1317@psf.upfronthosting.co.za>
2009-04-21 02:37:39zyasoftsetrecipients: + zyasoft, fwierzbicki, yanne
2009-04-21 02:37:39zyasoftlinkissue1317 messages
2009-04-21 02:37:39zyasoftcreate