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

Serhiy Storchaka report at bugs.python.org
Tue Feb 7 08:06:40 EST 2017


Serhiy Storchaka added the comment:

There was a bug in previous patch. The signature of generated by Argument Clinic functions was not changed. Updated patch fixes this bug and also fixes the use of fast call in deque methods.

----------
Added file: http://bugs.python.org/file46558/fastcall-no-keywords-2.patch

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


More information about the Python-bugs-list mailing list