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 alexandre.vassalotti
Recipients alexandre.vassalotti, brett.cannon
Date 2013-05-02.08:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367484328.27.0.711184953583.issue17892@psf.upfronthosting.co.za>
In-reply-to
Content
The changeset 2dd046be2c88 introduced _PyObject_CallMethodObjIdArgs. This API should have been named _PyObject_CallMethodIdObjArgs since it is the variant of _PyObject_CallMethodId which takes object arguments instead of building arguments from a format string.

I would fix it myself. However, I am not sure how we should proceed with regard to backward incompatibility.
History
Date User Action Args
2013-05-02 08:45:28alexandre.vassalottisetrecipients: + alexandre.vassalotti, brett.cannon
2013-05-02 08:45:28alexandre.vassalottisetmessageid: <1367484328.27.0.711184953583.issue17892@psf.upfronthosting.co.za>
2013-05-02 08:45:28alexandre.vassalottilinkissue17892 messages
2013-05-02 08:45:27alexandre.vassalotticreate