[issue36175] Identity of bound methods

Abe Leite report at bugs.python.org
Sun Mar 3 22:54:21 EST 2019


Abe Leite <abrahamjleite at gmail.com> added the comment:

Hi Inada-san,

Could you explain (or send me a link to) what happens when an instance method is accessed and why this should be different from what happens when an unbound method is accessed?

The `is` keyword has been very useful for me in introspection cases and that is why I'm confused that it doesn't behave as expected here.

Thank you,

Abe

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36175>
_______________________________________


More information about the Python-bugs-list mailing list