mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
bpo-33234: Add another attribution in Whatsnew (GH-11899)
https://bugs.python.org/issue33234
This commit is contained in:
parent
63fa1cfece
commit
e182318e6a
1 changed files with 2 additions and 2 deletions
|
@ -372,8 +372,8 @@ Optimizations
|
|||
|
||||
* The :class:`list` constructor does not overallocate the internal item buffer
|
||||
if the input iterable has a known length (the input implements ``__len__``).
|
||||
This makes the created list 12% smaller on average. (Contributed by Pablo
|
||||
Galindo in :issue:`33234`.)
|
||||
This makes the created list 12% smaller on average. (Contributed by
|
||||
Raymond Hettinger and Pablo Galindo in :issue:`33234`.)
|
||||
|
||||
|
||||
Build and C API Changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue