mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix typo.
This commit is contained in:
parent
19b2369d42
commit
09515af5e2
1 changed files with 1 additions and 1 deletions
|
@ -1199,7 +1199,7 @@ Core and builtins
|
||||||
|
|
||||||
- Optimized list resize operations to make fewer calls to the system
|
- Optimized list resize operations to make fewer calls to the system
|
||||||
realloc(). Significantly speeds up list appends, list pops,
|
realloc(). Significantly speeds up list appends, list pops,
|
||||||
list comprehensions, and the list contructor (when the input iterable
|
list comprehensions, and the list constructor (when the input iterable
|
||||||
length is not known).
|
length is not known).
|
||||||
|
|
||||||
- Changed the internal list over-allocation scheme. For larger lists,
|
- Changed the internal list over-allocation scheme. For larger lists,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue