]> granicus.if.org Git - python/commit
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (GH-6084) (#6092)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 13 Mar 2018 09:10:57 +0000 (02:10 -0700)
committerAntoine Pitrou <pitrou@free.fr>
Tue, 13 Mar 2018 09:10:57 +0000 (10:10 +0100)
commitf216cbf9ab704da98146a25d57ff0e85aecb49da
treed8aee98630a80728eac6e1607fd822aa11800878
parente32bbaf376a09c149fa7c7f2919d7c9ce4e2a055
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (GH-6084) (#6092)

(cherry picked from commit 095ee415cee41bf24c3a1108c23307e5baf168dd)

Co-authored-by: Thomas Moreau <thomas.moreau.2010@gmail.com>
Lib/concurrent/futures/process.py
Misc/NEWS.d/next/Library/2018-03-12-16-40-00.bpo-33056.lNN9Eh.rst [new file with mode: 0644]