[Python-checkins] python/dist/src/Misc NEWS,1.831.4.65,1.831.4.66

aleax at users.sourceforge.net aleax at users.sourceforge.net
Sat Oct 25 09:02:28 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv5008

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
document the performance fix to builtin_sum().



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.65
retrieving revision 1.831.4.66
diff -C2 -d -r1.831.4.65 -r1.831.4.66
*** NEWS	23 Oct 2003 15:55:03 -0000	1.831.4.65
--- NEWS	25 Oct 2003 13:02:24 -0000	1.831.4.66
***************
*** 16,19 ****
--- 16,22 ----
    of 1 or 0.
  
+ - builtin_sum() now uses PyNumber_InPlaceAdd, fixing a previous
+   performance bug for sum(list_of_lists) and similar cases.
+ 
  Extension modules
  -----------------





More information about the Python-checkins mailing list