]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Nov 2020 17:07:26 +0000 (09:07 -0800)
committerGitHub <noreply@github.com>
Mon, 30 Nov 2020 17:07:26 +0000 (09:07 -0800)
commitcf22aa3bc698847459a6bf20c166aa80825b810a
tree95e134dbd7f5b69f1ebdf0865980aab4db1d3916
parent03ae7e4518dae6547576c616173106d2eb283ae2
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534) (GH-23569)
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2020-11-28-04-31-20.bpo-42487.iqtC4L.rst [new file with mode: 0644]