[Python-checkins] python/dist/src/Misc NEWS,1.831.4.19,1.831.4.20

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Aug 29 18:16:12 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
SF bug #793826:  using itertools.izip to mutate tuples

Avoid Armin Rigo's dastardly exercise in re-entrancy.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.19
retrieving revision 1.831.4.20
diff -C2 -d -r1.831.4.19 -r1.831.4.20
*** NEWS	29 Aug 2003 02:34:22 -0000	1.831.4.19
--- NEWS	30 Aug 2003 00:16:08 -0000	1.831.4.20
***************
*** 21,24 ****
--- 21,27 ----
  -----------------
  
+ - Bug #793826:  re-ordered the reference counting code in
+   itertools.izip() to prevent re-entrancy anomalies.
+ 
  - Bug #770485: cStringIO did not support the f.closed attribute.
  





More information about the Python-checkins mailing list