]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF patch #798534: Windows os.popen needlessly gets a reference to tuple ()
authorRaymond Hettinger <python@rcn.com>
Tue, 2 Sep 2003 04:24:34 +0000 (04:24 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 2 Sep 2003 04:24:34 +0000 (04:24 +0000)
(Contributed by Andrew Gaul.)

Fixes a minor leak.

Misc/NEWS

index 21248e6753c3fe36cb049e15ff1b278e27a8790f..a4397e61fe6b12e6016ded3768f991bcb28883fe 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Core and builtins
 Extension modules
 -----------------
 
+- 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,
   if given zero arguments, it now returns an empty iterator