[issue27358] BUILD_MAP_UNPACK_WITH_CALL is slow

Serhiy Storchaka report at bugs.python.org
Tue Jun 21 01:00:19 EDT 2016


Serhiy Storchaka added the comment:

The problem is that var-keyword argument can be not a dict, but general mapping. This optimization is applicable only if it is a dict.

----------
stage:  -> patch review

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


More information about the Python-bugs-list mailing list