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 serhiy.storchaka, shihai1991, vstinner
Date 2020-09-27.13:52:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601214768.55.0.372038504525.issue41871@roundup.psfhosted.org>
In-reply-to
Content
You always can use PyObject_CallMethod(). It is not a method called in tight loop for which the overhead of calling method is significant.
History
Date User Action Args
2020-09-27 13:52:48serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, shihai1991
2020-09-27 13:52:48serhiy.storchakasetmessageid: <1601214768.55.0.372038504525.issue41871@roundup.psfhosted.org>
2020-09-27 13:52:48serhiy.storchakalinkissue41871 messages
2020-09-27 13:52:48serhiy.storchakacreate