[issue41835] Speed up dict vectorcall creation using keywords

Inada Naoki report at bugs.python.org
Sat Oct 24 05:10:19 EDT 2020


Inada Naoki <songofacandy at gmail.com> added the comment:

I confirmed _PyDict_FromItems() can be used to optimize _PyStack_AsDict() too.
See https://github.com/methane/cpython/pull/25

But I can not confirm significant performance gain from it too.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41835>
_______________________________________


More information about the Python-bugs-list mailing list