Josh Rosenberg <shadowranger+pyt...@gmail.com> added the comment:

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.

----------
nosy: +josh.r

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

Reply via email to