[issue29312] Use FASTCALL in dict.update()

Inada Naoki report at bugs.python.org
Thu Jul 4 07:56:28 EDT 2019


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

- d2 = dict(**d1)
+ d2 = {"fizz": "buzz"}
+ d2.update(**d1)

----------

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


More information about the Python-bugs-list mailing list