Message347274
> 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). |
|
| Date |
User |
Action |
Args |
| 2019-07-04 11:35:52 | jdemeyer | set | recipients:
+ jdemeyer, rhettinger, vstinner, larry, methane, python-dev |
| 2019-07-04 11:35:52 | jdemeyer | set | messageid: <1562240152.93.0.642880006678.issue29312@roundup.psfhosted.org> |
| 2019-07-04 11:35:52 | jdemeyer | link | issue29312 messages |
| 2019-07-04 11:35:52 | jdemeyer | create | |
|