### Documentation In [multiprocessing.Queue documentation](https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue) "Queue implements all the methods of [queue.Queue](https://docs.python.org/3/library/queue.html#queue.Queue) except for [task_done()](https://docs.python.org/3/library/queue.html#queue.Queue.task_done) and [join()](https://docs.python.org/3/library/queue.html#queue.Queue.join)." The `shutdown()` method is not implemented and should be add too. This applies all versions from 3.13. <!-- gh-linked-prs --> ### Linked PRs * gh-147970 <!-- /gh-linked-prs -->