]> granicus.if.org Git - python/commit
Issue #12650: Fix a race condition where a subprocess.Popen could leak
authorCharles-François Natali <neologix@free.fr>
Thu, 18 Aug 2011 15:18:28 +0000 (17:18 +0200)
committerCharles-François Natali <neologix@free.fr>
Thu, 18 Aug 2011 15:18:28 +0000 (17:18 +0200)
commitb02302c5cf2c25be71fc23db15a1cd27fc517075
tree126dd663a9e1b108ea32706778b53e47f5870ddf
parent02ebf4f78b8f9cd753d4138e5b85323dec1f16d4
Issue #12650: Fix a race condition where a subprocess.Popen could leak
resources (FD/zombie) when killed at the wrong time.
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS