]> 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 15:04:55 +0000 (08:04 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Jun 2022 15:04:55 +0000 (08:04 -0700)
commitaee7d3df1c69129c6f2b88e1631bcdbac2aa34a8
treeffbb9ebe4a585077d81eecae49d10c7805f366b2
parent62cae22c0d06d5136cb062103c04607cd2867658
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]