[Python-checkins] python/dist/src/Misc ACKS, 1.255, 1.256 NEWS, 1.916, 1.917

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Sun Dec 28 02:43:59 EST 2003


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

Modified Files:
	ACKS NEWS 
Log Message:
complete backout of listobject.c v2.171

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.255
retrieving revision 1.256
diff -C2 -d -r1.255 -r1.256
*** ACKS	25 Dec 2003 13:28:48 -0000	1.255
--- ACKS	28 Dec 2003 07:43:56 -0000	1.256
***************
*** 63,67 ****
  Matthew Boedicker
  David Bolen
- Duncan Booth
  Jurjen Bos
  Peter Bosch
--- 63,66 ----

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.916
retrieving revision 1.917
diff -C2 -d -r1.916 -r1.917
*** NEWS	25 Dec 2003 13:28:48 -0000	1.916
--- NEWS	28 Dec 2003 07:43:56 -0000	1.917
***************
*** 119,130 ****
    working towards the beginning.  See SF feature request 801847.
  
- - in a thread on comp.lang.python, several people noted that list()
-   was much slower than in 2.1 and earlier versions of Python, when used
-   to create new lists from existing lists.  Duncan Booth did some
-   research that uncovered an optimisation that, for lists below
-   about 100 elements, was actually slower than the normal case. The
-   special case criteria have been tightened to rectify the performance
-   regression.
- 
  Extension modules
  -----------------
--- 119,122 ----





More information about the Python-checkins mailing list