[issue29312] Use FASTCALL in dict.update()
Jeroen Demeyer
report at bugs.python.org
Thu Jul 4 07:35:52 EDT 2019
Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:
> How can we avoid unpacking dict in case of d1.update(**d2)?
We cannot. However, how common is that call? One could argue that we should optimize for the more common case of d1.update(d2).
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29312>
_______________________________________
More information about the Python-bugs-list
mailing list