[issue29296] convert print() to METH_FASTCALL

Serhiy Storchaka report at bugs.python.org
Thu Jan 19 07:13:18 EST 2017


Serhiy Storchaka added the comment:

> Why can't we start with METH_FASTCALL and convert to AC later?

It increases the maintenance burden. When the fastcall protocol be changed, this would require changing more handwritten code.

----------

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


More information about the Python-bugs-list mailing list