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 methane
Recipients methane, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2017-02-09.23:27:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486682847.18.0.521564174046.issue29507@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for finishing my draft patch, Victor.

callmetohd2.patch is same trick for PyObject_CallMethod* APIs in abstract.c.
It fixes segv in callmethod.patch.
And APIs receiving format string can do same trick when format is empty too.

As I grepping "PyObject_CallMethod", there are many format=NULL callers.
History
Date User Action Args
2017-02-09 23:27:27methanesetrecipients: + methane, rhettinger, vstinner, python-dev, serhiy.storchaka, yselivanov
2017-02-09 23:27:27methanesetmessageid: <1486682847.18.0.521564174046.issue29507@psf.upfronthosting.co.za>
2017-02-09 23:27:27methanelinkissue29507 messages
2017-02-09 23:27:26methanecreate