]> granicus.if.org Git - python/commit
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
authorCharles-François Natali <neologix@free.fr>
Thu, 25 Aug 2011 19:20:54 +0000 (21:20 +0200)
committerCharles-François Natali <neologix@free.fr>
Thu, 25 Aug 2011 19:20:54 +0000 (21:20 +0200)
commit2a34eb31040ad3eb2f09e22a0237afa98755390d
treee11a9f4b24a1db8835769acbb560906f899bde47
parenteacada8656981db1c90b747a2262cbc8b9eb9815
Issue #12786: Set communication pipes used by subprocess.Popen CLOEXEC to avoid
them being inherited by other subprocesses.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS