diff options
author | Andreas Poehlmann <andreas@poehlmann.io> | 2020-11-30 16:34:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 16:34:15 (GMT) |
commit | 0be9ce305ff2b9e13ddcf15af8cfe28786afb36a (patch) | |
tree | 6adbae3b5c36f2c9588e68112f02371e4d995da6 /Misc/NEWS.d | |
parent | 9f004634a2bf50c782e223e2eb386ffa769b901c (diff) | |
download | cpython-0be9ce305ff2b9e13ddcf15af8cfe28786afb36a.zip cpython-0be9ce305ff2b9e13ddcf15af8cfe28786afb36a.tar.gz cpython-0be9ce305ff2b9e13ddcf15af8cfe28786afb36a.tar.bz2 |
bpo-42487: don't call __getitem__ of underlying maps in ChainMap.__iter__ (GH-23534)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-11-28-04-31-20.bpo-42487.iqtC4L.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-28-04-31-20.bpo-42487.iqtC4L.rst b/Misc/NEWS.d/next/Library/2020-11-28-04-31-20.bpo-42487.iqtC4L.rst new file mode 100644 index 0000000..8c67d74 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-11-28-04-31-20.bpo-42487.iqtC4L.rst @@ -0,0 +1 @@ +ChainMap.__iter__ no longer calls __getitem__ on underlying maps |