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 vstinner
Recipients methane, vstinner, yselivanov
Date 2017-01-13.16:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484323792.44.0.217164349535.issue29263@psf.upfronthosting.co.za>
In-reply-to
Content
The issue #29259 implements tp_fastcall on method_descriptor (PyMethodDescr_Type). According to http://bugs.python.org/issue26110#msg283093 it would allow to implement LOAD_METHOD and CALL_METHOD for C functions.
History
Date User Action Args
2017-01-13 16:09:52vstinnersetrecipients: + vstinner, methane, yselivanov
2017-01-13 16:09:52vstinnersetmessageid: <1484323792.44.0.217164349535.issue29263@psf.upfronthosting.co.za>
2017-01-13 16:09:52vstinnerlinkissue29263 messages
2017-01-13 16:09:52vstinnercreate