[Pkg-privacy-commits] [pyptlib] 119/136: - delete temporary global variable after use

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:25:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository pyptlib.

commit 471f02af7bc246d27088d41c90231a166a2b4f60
Author: Ximin Luo <infinity0 at gmx.com>
Date:   Wed Oct 23 16:18:41 2013 +0100

    - delete temporary global variable after use
---
 pyptlib/util/subproc.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyptlib/util/subproc.py b/pyptlib/util/subproc.py
index 30ee9aa..8aa40ab 100644
--- a/pyptlib/util/subproc.py
+++ b/pyptlib/util/subproc.py
@@ -31,6 +31,7 @@ if mswindows:
     tmp = dict(_Popen_defaults)
     tmp['creationflags'] |= subprocess.CREATE_NEW_PROCESS_GROUP
     _Popen_defaults = tmp.items()
+    del tmp
 
 class Popen(subprocess.Popen):
     """Wrapper for subprocess.Popen that tracks every child process.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pyptlib.git



More information about the Pkg-privacy-commits mailing list