]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970)
authorWYSIATI <chester.lee.cold@gmail.com>
Sun, 12 Apr 2026 00:46:06 +0000 (08:46 +0800)
committerGitHub <noreply@github.com>
Sun, 12 Apr 2026 00:46:06 +0000 (17:46 -0700)
commit22290ed011a8ac4060390e57f53053ab932fb3f3
treef9755a647b74a61e2e0eac157ccbf36116131aaa
parentb216d7b0be725bcf0d25f3d5dade0fb06f59c71a
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.
Doc/library/multiprocessing.rst