[issue29312] Use FASTCALL in dict.update()

Jeroen Demeyer report at bugs.python.org
Mon Jul 8 15:08:05 EDT 2019


Jeroen Demeyer <J.Demeyer at UGent.be> added the comment:

> d2 must be converted to 2 lists (kwnames and args) and then a new dict should be created.

The last part is not necessarily true. You could do the update directly, without having that intermediate dict.

----------

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


More information about the Python-bugs-list mailing list