[Python-checkins] python/dist/src/Misc NEWS,1.831.4.23,1.831.4.24

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 1 22:24:36 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
SF patch #798534:  Windows os.popen needlessly gets a reference to tuple ()
(Contributed by Andrew Gaul.)

Fixes a minor leak.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.23
retrieving revision 1.831.4.24
diff -C2 -d -r1.831.4.23 -r1.831.4.24
*** NEWS	2 Sep 2003 02:17:46 -0000	1.831.4.23
--- NEWS	2 Sep 2003 04:24:34 -0000	1.831.4.24
***************
*** 21,24 ****
--- 21,26 ----
  -----------------
  
+ - Patch #798534:  fixed memory leak in os.popen().
+ 
  - Bug #793826:  re-ordered the reference counting code in
    itertools.izip() to prevent re-entrancy anomalies.  Also,





More information about the Python-checkins mailing list