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-10.05:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486703527.42.0.187684934981.issue29507@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm not sure about the change on PyObject_CallMethod*() only for empty format string.

There are many place using _PyObject_CallMethodId() to call method without args.
Maybe, we should recommend to use _PyObject_CallMethodIdObjArgs() when no arguments, and replace all caller in cpython?
History
Date User Action Args
2017-02-10 05:12:07methanesetrecipients: + methane, rhettinger, vstinner, python-dev, serhiy.storchaka, yselivanov
2017-02-10 05:12:07methanesetmessageid: <1486703527.42.0.187684934981.issue29507@psf.upfronthosting.co.za>
2017-02-10 05:12:07methanelinkissue29507 messages
2017-02-10 05:12:06methanecreate