]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-133146: Add the old public `get_value` method to documentation and refactor...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sun, 30 Nov 2025 21:06:56 +0000 (23:06 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Nov 2025 21:06:56 +0000 (13:06 -0800)
commitb95d16a338d23e52a4aeb46809fcf8a145bd38b2
tree43910abe1a5bbfba6b42d142e15ffa419ecf81fd
parent3824ad0286e0e9634e38dfd2b0c57e4b37c67337
[3.14] gh-133146: Add the old public `get_value` method to documentation and refactor code. (GH-133301) (#142110)

also uses it within the internals in a few places.
(cherry picked from commit db098a475a47b16d25c88d95dbcf0c6572c68576)

Co-authored-by: Duprat <yduprat@gmail.com>
Doc/library/multiprocessing.rst
Lib/multiprocessing/queues.py
Lib/multiprocessing/synchronize.py