]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30617)
authorLeo Trol <milestone.jxd@gmail.com>
Thu, 9 Jun 2022 16:55:12 +0000 (00:55 +0800)
committerGitHub <noreply@github.com>
Thu, 9 Jun 2022 16:55:12 +0000 (18:55 +0200)
commit30610d28374f5a9698d456cebf3ae496ac01af51
tree92599812169f8f0239cc9010c8e2e4ab2ded98f1
parent6099611af5b9688f015ae4796501ce101a1c2f32
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30617)

Co-authored-by: XD Trol <milestonejxd@gmail.com>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
Lib/multiprocessing/context.py
Lib/multiprocessing/process.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2022-06-07-14-53-46.gh-issue-90549.T4FMKY.rst [new file with mode: 0644]