[3.13] gh-147965: Add shutdown() to multiprocessing.Queue excluded methods (GH-147970) (#148417)
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. (cherry picked from commit 22290ed011a8ac4060390e57f53053ab932fb3f3) Co-authored-by: WYSIATI <chester.lee.cold@gmail.com>
M
Miss Islington (bot) committed
4830d291e7480b197dbafdca36deaa0939984103
Parent: 2f30fcf
Committed by GitHub <noreply@github.com>
on 4/12/2026, 12:52:32 AM