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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29296>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to