]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:52:32 +0000 (02:52 +0200)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 00:52:32 +0000 (00:52 +0000)
commit4830d291e7480b197dbafdca36deaa0939984103
tree8077edc42c6b48cfc0df4304ddc754063d9f9fbb
parent2f30fcf6748ae3baace466a1052787ba2e54fe65
[3.13] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970) (#148417)

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