]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142206: multiprocessing.resource_tracker: Decode messages using older proto...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 5 Dec 2025 12:13:05 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 12:13:05 +0000 (12:13 +0000)
commit29100c8e87ffe643fe43130f1664212c88ff388e
treef76361cb37d491611678d26932b916c59462d695
parente68066eb0957f5cad8e8959ea8f3f681bfda0994
[3.13] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215) (#142287)

[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).
(cherry picked from commit f130b06da30616dd4dae363c7d8af79b540a7971)

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]