8000 bpo-43574: Dont overallocate list literals by chadnetzer · Pull Request #24954 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43574: Dont overallocate list literals #24954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Prev Previous commit
Next Next commit
bpo-43574: Add NEWS
  • Loading branch information
chadnetzer committed Mar 22, 2021
commit 7aad246f17772e19d115a1dcd8f670dfa92fb22d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Restores previous list memory behavior where lists initialized from literals
aren't over-allocated.
0