]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133146: Add the old public `get_value` method to documentation and refactor code...
authorDuprat <yduprat@gmail.com>
Sat, 29 Nov 2025 22:12:48 +0000 (23:12 +0100)
committerGitHub <noreply@github.com>
Sat, 29 Nov 2025 22:12:48 +0000 (22:12 +0000)
commitdb098a475a47b16d25c88d95dbcf0c6572c68576
tree6b3104e7a4987403164ace4fef5f46fb2eed1dd3
parentf2ca1581cab2da45880198af1c924dd40ec8a10b
gh-133146: Add the old public `get_value` method to documentation and refactor code. (GH-133301)

also uses it within the internals in a few places.
Doc/library/multiprocessing.rst
Lib/multiprocessing/queues.py
Lib/multiprocessing/synchronize.py