Message10697

Author zyasoft
Recipients babelmania, jsaiz, zyasoft
Date 2016-02-02.17:27:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454434055.26.0.377476349652.issue2456@psf.upfronthosting.co.za>
In-reply-to
Content
The suggested override in msg10689 sounds good to me.

But we should also

1. Use PyObject#__index__ if available (check with PyObject#isIndex, which is fast for PyInteger)

2. Implement corresponding tests, so as to prevent future regressions!
History
Date User Action Args
2016-02-02 17:27:35zyasoftsetmessageid: <1454434055.26.0.377476349652.issue2456@psf.upfronthosting.co.za>
2016-02-02 17:27:35zyasoftsetrecipients: + zyasoft, jsaiz, babelmania
2016-02-02 17:27:35zyasoftlinkissue2456 messages
2016-02-02 17:27:34zyasoftcreate