[Python-checkins] python/dist/src/Misc NEWS,1.1085,1.1086

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Fri Aug 13 05:18:36 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1355/Misc

Modified Files:
	NEWS 
Log Message:
SF patch #1005778, Fix seg fault if list object is modified during list.index()

Backport candidate


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1085
retrieving revision 1.1086
diff -C2 -d -r1.1085 -r1.1086
*** NEWS	12 Aug 2004 18:37:10 -0000	1.1085
--- NEWS	13 Aug 2004 03:18:29 -0000	1.1086
***************
*** 13,16 ****
--- 13,20 ----
  -----------------
  
+ - SF patch #1005778.  Fix a seg fault if the list size changed while
+   calling list.index().  This could happen if a rich comparison function
+   modified the list.
+ 
  - The ``func_name`` (a.k.a. ``__name__``) attribute of user-defined
    functions is now writable.



More information about the Python-checkins mailing list