[issue27213] Rework CALL_FUNCTION* opcodes

STINNER Victor report at bugs.python.org
Mon Aug 22 09:05:26 EDT 2016


STINNER Victor added the comment:

See also the issue #27809 "_PyObject_FastCall(): add support for keyword arguments" where we discuss if we can completely avoid the creation of a temporary dictionary to pass keyword arguments.

----------

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


More information about the Python-bugs-list mailing list