bpo-38373: Change list overallocating strategy. by serhiy-storchaka · Pull Request #18952 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
merged 1 commit into
Merged
Conversation
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment