Message2483

Author pedronis
Recipients
Date 2006-10-16.01:03:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=61408

r2957/2958 should finish addressing this on the trunk.

I made jython more similar to CPython. get will not delegate
to an overriden __getitem__ by default. We are too incosistent 
in doing that overall to make this worth the difference
vs cpython.

I had to fix other stack overflows/infinite recursion related
on how str/unicode and tuples didn't follow the lead of
lists in using PySequence without getting into trouble.
History
Date User Action Args
2008-02-20 17:18:31adminlinkissue1455153 messages
2008-02-20 17:18:31admincreate