Skip to content

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

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

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

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


📚 Documentation preview 📚: https://cpython-previews--148416.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 22290ed011a8ac4060390e57f53053ab932fb3f3)

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 skip news awaiting review docs Documentation in the Doc dir labels 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:46
@gpshead gpshead merged commit a4f9bbf into python:3.14 Apr 12, 2026
37 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.14 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