Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
dd666451
Commit
dd666451
authored
Oct 25, 2003
by
Alex Martelli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document the performance fix to builtin_sum().
parent
a2777d3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Misc/NEWS
Misc/NEWS
+6
-0
No files found.
Misc/NEWS
View file @
dd666451
...
...
@@ -23,6 +23,9 @@ Core and builtins
starting with Py2.3 are guaranteed to be stable (the relative order of
records with equal keys is unchanged).
- Added a list.copysort() method that returns a copy of the sorted list
while leaving the original intact.
- Added test whether wchar_t is signed or not. A signed wchar_t is not
usable as internal unicode type base for Py_UNICODE since the
unicode implementation assumes an unsigned type.
...
...
@@ -44,6 +47,9 @@ 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
-----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment