commit | 2a34eb31040ad3eb2f09e22a0237afa98755390d | [log] [tgz] |
---|---|---|
author | Charles-François Natali <neologix@free.fr> | Thu Aug 25 21:20:54 2011 +0200 |
committer | Charles-François Natali <neologix@free.fr> | Thu Aug 25 21:20:54 2011 +0200 |
tree | e11a9f4b24a1db8835769acbb560906f899bde47 | |
parent | eacada8656981db1c90b747a2262cbc8b9eb9815 [diff] [blame] |
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid them being inherited by other subprocesses.
diff --git a/Misc/NEWS b/Misc/NEWS index 69e0ebc..e7faa4e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Library ------- +- Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to + avoid them being inherited by other subprocesses. + - Issue #4106: Fix occasional exceptions printed out by multiprocessing on interpreter shutdown.