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, serhiy.storchaka, vstinner
Date 2017-02-09.10:37:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486636651.74.0.36822030916.issue29507@psf.upfronthosting.co.za>
In-reply-to
Content
> But PyObject_CallMethod(), _PyObject_CallMethodId(), PyObject_CallMethodObjArgs(), _PyObject_CallMethodIdObjArgs() can use it too.

CallMethod[Id]ObjArgs() can use it easily.
But format support is not so easy.
History
Date User Action Args
2017-02-09 10:37:31methanesetrecipients: + methane, vstinner, serhiy.storchaka
2017-02-09 10:37:31methanesetmessageid: <1486636651.74.0.36822030916.issue29507@psf.upfronthosting.co.za>
2017-02-09 10:37:31methanelinkissue29507 messages
2017-02-09 10:37:31methanecreate