]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Nov 2025 05:24:24 +0000 (06:24 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Nov 2025 05:24:24 +0000 (05:24 +0000)
commitec836f2ad65ae7c254f8de6bbc26de91c2ed6163
tree99830ee7235064f6d6e184928128b6a6aa2ae344
parent6d31d085f0fedbbafec68ee821f1c0902ac6233f
[3.14] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-141132) (#141384)

gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-141132)
(cherry picked from commit 9cb8c52d5e9a83efe4fa3878db06befd9df52f54)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/multiprocessing/resource_tracker.py