]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142206: multiprocessing.resource_tracker: Decode messages using older proto...
authorPetr Viktorin <encukou@gmail.com>
Fri, 5 Dec 2025 11:47:30 +0000 (12:47 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 11:47:30 +0000 (12:47 +0100)
commitf130b06da30616dd4dae363c7d8af79b540a7971
tree7c2371d72b8e7c7283b52256527a573ab61a155a
parent654e3c7435180d4aec8a2fcb16a16585cea7ab70
[3.14] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215) (GH-142285)

(cherry picked from commit 4172644d78d58189e46424af0aea302b1d78e2de)

Difference from the original commit: the default in 3.14 is to use
the simpler original protocol (except for filenames with newlines).

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Lib/multiprocessing/resource_tracker.py
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2025-12-03-09-36-29.gh-issue-142206.ilwegH.rst [new file with mode: 0644]