Skip to content

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

Merged
gpshead merged 1 commit into
python: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 into
python:3.13from
miss-islington:backport-22290ed-3.13

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

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>
@bedevere-appbedevere-appBot added the docs Documentation in the Doc dir label Apr 12, 2026
@gpshead
gpshead enabled auto-merge (squash) April 12, 2026 00:47
@gpshead
gpshead merged commit 4830d29 into python:3.13Apr 12, 2026
29 of 30 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsApr 12, 2026
@miss-islington
miss-islington deleted the backport-22290ed-3.13 branch April 12, 2026 00:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@gpshead@WYSIATI