Mark Dickinson added the comment:

Yes, the PyLong_As... conversions are a mess.  In theory, they should all use 
__index__ if available, and ignore __int__.  In practice, it's a mess that's 
difficult to change without breaking things.  I think there are already some 
other issues open on this subject.

----------

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

Reply via email to