Manuel Jacob added the comment:

Maybe I'm missing something, but it seems to me that 
test_int_subclass_with_index() is testing for the exactly wrong behaviour.  
Isn't the point of this issue that operator.index(a) should be equal to 
a.__index__()?  Why are the tests checking that they are different?

----------
nosy: +mjacob

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17576>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to