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 mark.dickinson
Recipients Oren Milman, mark.dickinson, meador.inge, serhiy.storchaka
Date 2016-09-29.08:10:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475136651.17.0.493436612616.issue28298@psf.upfronthosting.co.za>
In-reply-to
Content
One comment here: it's not the presence of `__int__` that makes a type integer-like; it's the presence of `__index__`. (Decimal and float both supply `__int__`, but shouldn't be regarded as integer-like, for example.) I'm guessing that we're going to have the same issues with `__index__` in place of `__int__`, though.
History
Date User Action Args
2016-09-29 08:10:51mark.dickinsonsetrecipients: + mark.dickinson, meador.inge, serhiy.storchaka, Oren Milman
2016-09-29 08:10:51mark.dickinsonsetmessageid: <1475136651.17.0.493436612616.issue28298@psf.upfronthosting.co.za>
2016-09-29 08:10:51mark.dickinsonlinkissue28298 messages
2016-09-29 08:10:50mark.dickinsoncreate