Message366804
We should consider making this change just about everywhere in the standard library. Besides avoiding a race condition, running a for loop over `d.copy().items()` is more memory efficient and possibly faster than a for loop over `list(d.items())`. |
|
| Date |
User |
Action |
Args |
| 2020-04-19 21:22:26 | rhettinger | set | recipients:
+ rhettinger, Markus Mohrhard |
| 2020-04-19 21:22:26 | rhettinger | set | messageid: <[email protected]> |
| 2020-04-19 21:22:26 | rhettinger | link | issue40327 messages |
| 2020-04-19 21:22:26 | rhettinger | create | |
|