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 Abe Leite
Recipients Abe Leite, methane
Date 2019-03-04.03:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551671661.56.0.130481909758.issue36175@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-03-04 03:54:21Abe Leitesetrecipients: + Abe Leite, methane
2019-03-04 03:54:21Abe Leitesetmessageid: <1551671661.56.0.130481909758.issue36175@roundup.psfhosted.org>
2019-03-04 03:54:21Abe Leitelinkissue36175 messages
2019-03-04 03:54:21Abe Leitecreate