-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Indicate that multiprocessing.Queue does not implement shutdown() #147965
Copy link
Copy link
Open
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-multiprocessing
Description
Documentation
In multiprocessing.Queue documentation
"Queue implements all the methods of queue.Queue except for task_done() and join()."
The shutdown() method is not implemented and should be add too.
This applies all versions from 3.13.
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytopic-multiprocessing
Projects
Status
No status
Status
Todo