Message2480

Author kzuberi
Recipients
Date 2006-03-21.04:57:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The attached set of patches are an attempt at fixes for
several bugs encountered while executing parts of
test_descr.py from cpython 2.3.5 against jython cvs.

Since test_descr.py is long and many other parts still
fail, i've extracted/simplified the tests of interest
and attached them as a stand-alone script.

The specific bugs are a recursion/stack-overflow in
dict subtypes that override parents __getitem__(),
list's __getslice__()/__setslice__() methods not
accepting the 2/3 argument forms, and an incorrect
error type being raised for certain dict constructor args.

I'm not certain its all correct, review appreciated.

- kz
History
Date User Action Args
2008-02-20 17:18:30adminlinkissue1455153 messages
2008-02-20 17:18:30admincreate