On Sat, Jul 7, 2018 at 7:29 AM Victor Stinner <vstin...@redhat.com> wrote:
>
> Hi,
>
> 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.
>
> Maybe there is a need for passing **kwargs as a dict at C level, but use 
> FASTCALL for positional arguments? I only know dict.update() which would 
> benefit of that. All other functions are fine with FASTCALL for keywords.
>
> Victor
>

I agree with Jeroen.  If only few methods can be improved, it's not
necessary.  METH_VARARGS | METH_KEYWORDS is fine.

-- 
INADA Naoki  <songofaca...@gmail.com>
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to