[issue26802] Avoid copy in call_function_var when no extra stack args are passed

Serhiy Storchaka report at bugs.python.org
Tue Apr 19 16:47:10 EDT 2016


Serhiy Storchaka added the comment:

FYI, there is a proposition about constructing arguments tuple and dict in bytecode instead of ceval.c. This will significantly simplify CALL_FUNCTION (which will get just one optional tuple and one optional dict). Likely this idea will be implemented after changing to wordcode.

----------
resolution:  -> fixed
stage: commit review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list