]> granicus.if.org Git - python/commit
SF patch #798534: Windows os.popen needlessly gets a reference to tuple ()
authorRaymond Hettinger <python@rcn.com>
Mon, 1 Sep 2003 22:34:31 +0000 (22:34 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 1 Sep 2003 22:34:31 +0000 (22:34 +0000)
commitec99b5fbfa56558b823f287ea3814b033595dd83
tree9872b3af78ea36aa458246785da3538f9168ab7b
parentb5cb66542d76d303fe0f30ef194788e1fcfbba79
SF patch #798534:  Windows os.popen needlessly gets a reference to tuple ()
(Contributed by Andrew Gaul.)

Fixes a minor leak.
Misc/ACKS