]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Nov 2025 05:21:20 +0000 (06:21 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Nov 2025 05:21:20 +0000 (05:21 +0000)
commit8f47ec58f6be6bfd41bf1af541c1edad4589f621
tree4c7971fc3c474e8e4221071c8174aa7233df0b9f
parenta9c00827dd9f9764ed4ce460b4dbe02745f6f34f
[3.13] gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-141132) (#141385)

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