FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.13] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970) by miss-islington · Pull Request #148417 · python/cpython · GitHub

/ cpython Public

[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 commented Apr 12, 2026
edited by gpshead
Loading

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>
miss-islington requested a review from gpshead as a code owner April 12, 2026 00:46
bedevere-app Bot added the docs Documentation in the Doc dir label Apr 12, 2026
github-project-automation Bot moved this to Todo in Docs PRs Apr 12, 2026
gpshead enabled auto-merge (squash) April 12, 2026 00:47
gpshead merged commit 4830d29 into python:3.13 Apr 12, 2026
29 of 30 checks passed
github-project-automation Bot moved this from Todo to Done in Docs PRs Apr 12, 2026
miss-islington deleted the backport-22290ed-3.13 branch April 12, 2026 00:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL