]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Apr 2026 00:51:58 +0000 (02:51 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 00:51:58 +0000 (00:51 +0000)
commita4f9bbf5b8277897fa2c52e4ccc60b03656a1b96
tree45d4c22a78a074fcabd6c62fe52651b197bfb842
parent47b916e213db940fccad0d10457afffd7d0e60c5
[3.14] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970) (#148416)

gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970)

The multiprocessing.Queue documentation states it implements all
methods of queue.Queue except task_done() and join(). Since
queue.Queue.shutdown() was added in Python 3.13,
multiprocessing.Queue also does not implement it. Update the docs
to include shutdown() in the list of excluded methods.
(cherry picked from commit 22290ed011a8ac4060390e57f53053ab932fb3f3)

Co-authored-by: WYSIATI <chester.lee.cold@gmail.com>
Doc/library/multiprocessing.rst