mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
bpo-36068: Make _tuplegetter objects serializable (GH-11981)
This commit is contained in:
parent
407c734326
commit
f36f89257b
3 changed files with 23 additions and 3 deletions
|
|
@ -368,7 +368,7 @@ Optimizations
|
|||
* Sped-up field lookups in :func:`collections.namedtuple`. They are now more
|
||||
than two times faster, making them the fastest form of instance variable
|
||||
lookup in Python. (Contributed by Raymond Hettinger, Pablo Galindo, and
|
||||
Serhiy Storchaka in :issue:`32492`.)
|
||||
Joe Jevnik, Serhiy Storchaka in :issue:`32492`.)
|
||||
|
||||
* The :class:`list` constructor does not overallocate the internal item buffer
|
||||
if the input iterable has a known length (the input implements ``__len__``).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue