bpo-29202: improve dict iteration by csabella · Pull Request #11900 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-29202: improve dict iteration#11900
methane merged 1 commit intopython:masterfrom
bpo-29202: improve dict iteration#11900
methane merged 1 commit intopython:masterfrom
Conversation
Copy link Copy Markdown
Contributor
Improve dict iteration by using fewer iterations instead of iterating over the whole entry table. Original patch by Raymond Hettinger.
* Use fewer iterations instead of iterating over the whole entry table.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
pablogsal
requested a review
from rhettinger
serhiy-storchaka approved these changes Feb 17, 2019
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
methane
changed the title
bpo-29202: Improve dict iteration
bpo-29202: improve dict iteration
methane
merged commit
f66e336
into
python:master
bedevere-bot
removed
the
awaiting merge
label
csabella
deleted the
bpo29202
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment