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 Arfrever, amitava.b, benjamin.peterson, josh.r, r.david.murray, terry.reedy, trent
Date 2018-03-05.21:16:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520284566.32.0.467229070634.issue20092@psf.upfronthosting.co.za>
In-reply-to
Content
Pingback from #33002, which is caused by the fact that parts of the CPython code base that use PyNumber_Index for type conversion still pre-check for valid types with PyNumber_Check, meaning that a type with __index__ and not __int__ gets erroneously rejected by the pre-check.
History
Date User Action Args
2018-03-05 21:16:06josh.rsetrecipients: + josh.r, terry.reedy, benjamin.peterson, trent, Arfrever, r.david.murray, amitava.b
2018-03-05 21:16:06josh.rsetmessageid: <1520284566.32.0.467229070634.issue20092@psf.upfronthosting.co.za>
2018-03-05 21:16:06josh.rlinkissue20092 messages
2018-03-05 21:16:06josh.rcreate