This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mjacob
Recipients Arfrever, alex, barry, docs@python, eric.snow, ethan.furman, mark.dickinson, mjacob, ncoghlan, python-dev, serhiy.storchaka, vstinner
Date 2015-02-24.17:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424799877.97.0.299420041352.issue17576@psf.upfronthosting.co.za>
In-reply-to
Content
The tests in the attached patches (for example issue17576_v3.patch) check that both are 8, but the tests which were actually committed are checking that "my_int.__index__() == 8" and "operator.index(my_int) == 7".
History
Date User Action Args
2015-02-24 17:44:38mjacobsetrecipients: + mjacob, barry, mark.dickinson, ncoghlan, vstinner, Arfrever, alex, docs@python, ethan.furman, python-dev, eric.snow, serhiy.storchaka
2015-02-24 17:44:37mjacobsetmessageid: <1424799877.97.0.299420041352.issue17576@psf.upfronthosting.co.za>
2015-02-24 17:44:37mjacoblinkissue17576 messages
2015-02-24 17:44:37mjacobcreate