]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 10 Jun 2022 12:17:11 +0000 (05:17 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 12:17:11 +0000 (05:17 -0700)
commit2ad51c636ae44ef847bf8d7ae687f739dfeade41
treec27ea9eebdeba3a8ceb8ce862e6ea66fd3c083f5
parent8d8251a9b13e0290848bb4e2b501c04a24cebb65
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617)

Co-authored-by: XD Trol <milestonejxd@gmail.com>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
(cherry picked from commit 30610d28374f5a9698d456cebf3ae496ac01af51)

Co-authored-by: Leo Trol <milestone.jxd@gmail.com>
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]