Skip to content

[3.13] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970)#148417

Merged
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-22290ed-3.13
Apr 12, 2026
Merged

[3.13] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970)#148417
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-22290ed-3.13

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Apr 12, 2026

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 22290ed)

Co-authored-by: WYSIATI chester.lee.cold@gmail.com

fixes #147965.


📚 Documentation preview 📚: https://cpython-previews--148417.org.readthedocs.build/

…hods (pythonGH-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 22290ed)

Co-authored-by: WYSIATI <chester.lee.cold@gmail.com>
@miss-islington miss-islington requested a review from gpshead as a code owner April 12, 2026 00:46
@bedevere-app bedevere-app bot added the docs Documentation in the Doc dir label Apr 12, 2026
@github-project-automation github-project-automation bot moved this to Todo in Docs PRs Apr 12, 2026
@gpshead gpshead enabled auto-merge (squash) April 12, 2026 00:47
@gpshead gpshead merged commit 4830d29 into python:3.13 Apr 12, 2026
29 of 30 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Apr 12, 2026
@miss-islington miss-islington deleted the backport-22290ed-3.13 branch April 12, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants