[issue31543] Optimize wrapper descriptors using FASTCALL

Serhiy Storchaka report at bugs.python.org
Thu Sep 21 18:01:12 EDT 2017


Serhiy Storchaka added the comment:

These slots are the only slots that accept keyword arguments and arbitrary number of positional parameters. Other slots can use fast calls.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31543>
_______________________________________


More information about the Python-bugs-list mailing list