mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
regressing the performance bugfix -- Guido wants the performance bug left
alone, because there can be no guarantee re the semantics of += vs + .
This commit is contained in:
parent
1d313ab9d1
commit
a253e183b8
2 changed files with 1 additions and 4 deletions
|
|
@ -47,9 +47,6 @@ Core and builtins
|
|||
- obj.__contains__() now returns True/False instead of 1/0. SF patch
|
||||
820195.
|
||||
|
||||
- builtin_sum() now uses PyNumber_InPlaceAdd, fixing a previous
|
||||
performance bug for sum(list_of_lists) and similar cases.
|
||||
|
||||
Extension modules
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue