[Python-Dev] On the METH_FASTCALL calling convention (original) (raw)
Victor Stinner vstinner at redhat.com
Tue Jul 10 19:14:42 EDT 2018
- Previous message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Next message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Next message (by thread): [Python-Dev] On the METH_FASTCALL calling convention
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]