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.08:08:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486627689.83.0.840872451138.issue29507@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe, we can skip Method object entirely using _PyObject_GetMethod().
Currently it is used only in LOAD_METHOD.
But PyObject_CallMethod(), _PyObject_CallMethodId(), PyObject_CallMethodObjArgs(), _PyObject_CallMethodIdObjArgs() can use it too.
History
Date User Action Args
2017-02-09 08:08:09methanesetrecipients: + methane, vstinner, serhiy.storchaka
2017-02-09 08:08:09methanesetmessageid: <1486627689.83.0.840872451138.issue29507@psf.upfronthosting.co.za>
2017-02-09 08:08:09methanelinkissue29507 messages
2017-02-09 08:08:09methanecreate