Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

The difference between __complex__ and __bytes__ on one side, and __int__ and 
__float__ on other side is that the latter have dedicated type slots while the 
former are just entries in the type's dict. Thus testing and calling __int__ 
and __float__ is much faster.

----------
nosy: +serhiy.storchaka

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

Reply via email to