]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Nov 2021 12:28:46 +0000 (04:28 -0800)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 12:28:46 +0000 (04:28 -0800)
commit3b9d886567c4fc6279c2198b6711f0590dbf3336
tree3557c2aa6d2ec3b4abd05cffa2d7d4ac24efe891
parent5b6aa6ce20b5b3b45dec2ebd6355e248cdf2fbcc
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)

(cherry picked from commit 7431448b817d3bf87f71661cf8f3d537807ab2e2)

Co-authored-by: Jakub KulĂ­k <Kulikjak@gmail.com>
Lib/concurrent/futures/process.py
Misc/NEWS.d/next/Library/2021-04-20-14-14-16.bpo-43498.L_Hq-8.rst [new file with mode: 0644]