[issue29464] Specialize FASTCALL for functions with positional-only parameters

Serhiy Storchaka report at bugs.python.org
Mon Feb 6 11:13:01 EST 2017


Serhiy Storchaka added the comment:

We can avoid breaking backward compatibility and introduce new call method METH_FASTCALL_NO_KEYWORDS. But combining existing flags looks better to me. FASTCALL is not a part of stable ABI.

I still didn't do any benchmarking or stack usage measurements.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29464>
_______________________________________


More information about the Python-bugs-list mailing list