]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200)
authorPablo Galindo <Pablogsal@gmail.com>
Sun, 28 Oct 2018 22:03:18 +0000 (22:03 +0000)
committerGitHub <noreply@github.com>
Sun, 28 Oct 2018 22:03:18 +0000 (22:03 +0000)
commitc61e229d2a4c54ffb4153e1f0f48126ba33c9cbf
tree9d83dfe0e807893e470483f7ccfa26da424fc025
parent47d94241a383e2b8a2c40e81d12d40d5947fb170
bpo-33234: Add exact allocation optimization to lists in What's New (GH-10200)

In commit 372d705 a new optimization to the list() type was introduced but it was not added
to the optimization section in What's new for Python 3.8.
Doc/whatsnew/3.8.rst