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 Ryan May, abarry, alecsandru.patrascu, benjamin.peterson, brett.cannon, dino.viehland, eric.fahlgren, florin.papa, josh.r, jstasiak, maciej.szulik, methane, ncoghlan, python-dev, santagada, serhiy.storchaka, twouters, vstinner, yselivanov
Date 2016-12-14.09:11:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481706685.62.0.810812601015.issue26110@psf.upfronthosting.co.za>
In-reply-to
Content
INADA Naoki: "My current idea is adding new `tp_fastcall` slot which has same signature to _PyFunction_FastCallDict or _PyCFunction_FastCallDict."

FYI I'm working on a solution to avoid tuple and dict to pass parameters to tp_new, tp_init and tp_call. I have PoC implementations (yeah, more than one). Please come to me directly if you are interested, this issue is not the right place to discuss.
History
Date User Action Args
2016-12-14 09:11:25vstinnersetrecipients: + vstinner, twouters, brett.cannon, ncoghlan, benjamin.peterson, dino.viehland, methane, santagada, python-dev, serhiy.storchaka, maciej.szulik, yselivanov, jstasiak, josh.r, abarry, alecsandru.patrascu, florin.papa, eric.fahlgren, Ryan May
2016-12-14 09:11:25vstinnersetmessageid: <1481706685.62.0.810812601015.issue26110@psf.upfronthosting.co.za>
2016-12-14 09:11:25vstinnerlinkissue26110 messages
2016-12-14 09:11:25vstinnercreate