This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients jdemeyer, larry, methane, python-dev, rhettinger, vstinner
Date 2019-07-08.19:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562612885.41.0.0460354118248.issue29312@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2019-07-08 19:08:05jdemeyersetrecipients: + jdemeyer, rhettinger, vstinner, larry, methane, python-dev
2019-07-08 19:08:05jdemeyersetmessageid: <1562612885.41.0.0460354118248.issue29312@roundup.psfhosted.org>
2019-07-08 19:08:05jdemeyerlinkissue29312 messages
2019-07-08 19:08:05jdemeyercreate