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 josh.r
Recipients josh.r
Date 2018-03-05.21:13:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520284412.06.0.467229070634.issue33002@psf.upfronthosting.co.za>
In-reply-to
Content
Note: Obviously, defining __index__ without defining __int__ is a little strange (it's *equivalent* to int, but can't be *coerced* to int?), so yet another fix would be addressing #20092 so it wouldn't be possible for a type to define __index__ without (implicitly) defining __int__.
History
Date User Action Args
2018-03-05 21:13:32josh.rsetrecipients: + josh.r
2018-03-05 21:13:32josh.rsetmessageid: <1520284412.06.0.467229070634.issue33002@psf.upfronthosting.co.za>
2018-03-05 21:13:32josh.rlinkissue33002 messages
2018-03-05 21:13:32josh.rcreate