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, python-dev, vstinner, yselivanov
Date 2017-02-02.01:49:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486000173.54.0.473485820576.issue29263@psf.upfronthosting.co.za>
In-reply-to
Content
> * Create unbound PyCFunction and cache it

Does it mean create a new private type, similar to PyCFunction_Type (PyCFunctionObject) but without the self attribute?

IMHO creating a new type is complex. I'm not sure that it's worth it, especially if the _PyMethodDescr_FastCallKeywords() idea is simpler to implement and "fast enough".
History
Date User Action Args
2017-02-02 01:49:33vstinnersetrecipients: + vstinner, methane, python-dev, yselivanov
2017-02-02 01:49:33vstinnersetmessageid: <1486000173.54.0.473485820576.issue29263@psf.upfronthosting.co.za>
2017-02-02 01:49:33vstinnerlinkissue29263 messages
2017-02-02 01:49:33vstinnercreate