[Python-Dev] On the METH_FASTCALL calling convention

Victor Stinner vstinner at redhat.com
Tue Jul 10 19:14:42 EDT 2018


2018-07-07 0:26 GMT+02:00 Victor Stinner <vstinner at redhat.com>:
> I designed FASTCALL with the help of Serhiy for keywords. I prepared a long
> email reply, but I found an opportunity for optimisation on **kwargs and I
> need time to see how to optimize it.

I just created: "Python function call optimization: avoid temporary
tuple to pass **kwargs"
https://bugs.python.org/issue34090

Victor


More information about the Python-Dev mailing list