Issue #12650: Fix a race condition where a subprocess.Popen could leak
authorCharles-François Natali <neologix@free.fr>
Thu, 18 Aug 2011 16:49:39 +0000 (18:49 +0200)
committerCharles-François Natali <neologix@free.fr>
Thu, 18 Aug 2011 16:49:39 +0000 (18:49 +0200)
commit134a8baed9b70b2d6a953d0c872fc2c42580e1b6
tree37beeda1725ef98a69e9e781e75eaa511c74f8ea
parent5ad517a7d9c2694e726b3244505af274f91fb5d9
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