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 yselivanov
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.00:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481674063.64.0.657287667408.issue26110@psf.upfronthosting.co.za>
In-reply-to
Content
> Inada-san, when I tested the patch last time, I think there was a regression somewhere, related to the descriptor protocol.  Have you fixed that one?

Seems to be either fixed, or maybe those bugs were related to my opcode cache patch.  Anyways, I decided to commit the patch to 3.7, otherwise it might miss the commit window as it did for 3.6.  Let's fix any regressions right in the repo now.

> My current idea is adding new `tp_fastcall` slot which has same signature
to _PyFunction_FastCallDict or _PyCFunction_FastCallDict.

I like this idea!

Thanks Inada-san for pushing this patch through, and thanks to Serhiy for reviewing it.
History
Date User Action Args
2016-12-14 00:07:43yselivanovsetrecipients: + yselivanov, twouters, brett.cannon, ncoghlan, vstinner, benjamin.peterson, dino.viehland, methane, santagada, python-dev, serhiy.storchaka, maciej.szulik, jstasiak, josh.r, abarry, alecsandru.patrascu, florin.papa, eric.fahlgren, Ryan May
2016-12-14 00:07:43yselivanovsetmessageid: <1481674063.64.0.657287667408.issue26110@psf.upfronthosting.co.za>
2016-12-14 00:07:43yselivanovlinkissue26110 messages
2016-12-14 00:07:43yselivanovcreate