[issue29296] convert print() to METH_FASTCALL

Serhiy Storchaka report at bugs.python.org
Tue Jan 17 07:03:05 EST 2017


Serhiy Storchaka added the comment:

The performance of print() is not critical. It usually involves slow formatting and IO.

_PyArg_ParseStackAndKeywords() is a part of unstable, fast-evolved API. I would beware of using it in common code.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list