Message3192

Author leosoto
Recipients fwierzbicki, leosoto, pjenvey
Date 2008-05-19.03:27:38
SpamBayes Score 0.00030754236
Marked as misclassified No
Message-id <1211167660.63.0.672438359924.issue1031@psf.upfronthosting.co.za>
In-reply-to
Content
As I'm going to focus on other things for the following weeks, I will
postpone the deep look on jython internals (which aimed at finding other
incompatibilities and/or corner cases, and a better way to fix the
observed problem).

By now, I have the attached patch, which (after executing gderived.py
and doing the manual fixing of files outside org.python.core) make the
dict test pass on trunk, and doesn't break any other test. 

The patch only modifies object.derived, because __cmp__ behavior is the
same on every type.
History
Date User Action Args
2008-05-19 03:27:40leosotosetspambayes_score: 0.000307542 -> 0.00030754236
messageid: <1211167660.63.0.672438359924.issue1031@psf.upfronthosting.co.za>
2008-05-19 03:27:40leosotosetspambayes_score: 0.000307542 -> 0.000307542
recipients: + leosoto, fwierzbicki, pjenvey
2008-05-19 03:27:39leosotolinkissue1031 messages
2008-05-19 03:27:39leosotocreate