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 serhiy.storchaka
Recipients Mark.Shannon, lukasz.langa, scoder, serhiy.storchaka, v2m, yselivanov
Date 2020-09-18.11:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600429254.42.0.0108751243698.issue41756@roundup.psfhosted.org>
In-reply-to
Content
We introduced _PyObject_LookupAttr() and _PyObject_GetMethod() for similar purposes. And they have similar signatures. Although they all are private.
History
Date User Action Args
2020-09-18 11:40:54serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, lukasz.langa, Mark.Shannon, yselivanov, v2m
2020-09-18 11:40:54serhiy.storchakasetmessageid: <1600429254.42.0.0108751243698.issue41756@roundup.psfhosted.org>
2020-09-18 11:40:54serhiy.storchakalinkissue41756 messages
2020-09-18 11:40:54serhiy.storchakacreate