bpo-38373: Change list overallocating strategy. by serhiy-storchaka · Pull Request #18952 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
Mar 17, 2020Merged
bpo-38373: Change list overallocating strategy.#18952
serhiy-storchaka merged 1 commit intopython:masterfrom
bpo-38373: Change list overallocating strategy.#18952
serhiy-storchaka merged 1 commit intopython:masterfrom
Conversation
Copy link Copy Markdown
Member
- Add padding to make the allocated size multiple of 4.
- Do not overallocate if the new size is closer to overalocated size
than to the old size.
* Add padding to make the allocated size multiple of 4. * Do not overallocate if the new size is closer to overalocated size than to the old size.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
methane approved these changes Mar 12, 2020
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
serhiy-storchaka
merged commit
2fe815e
into
python:master
bedevere-bot
removed
the
awaiting merge
label
serhiy-storchaka
deleted the
list-overallocate
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