-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Open
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtopic-subinterpreters
Description
Documentation
Users create cross-interpreter queues by calling concurrent.interpreters.create_queue()
. @terryjreedy pointed out that the docs aren't clear about how to get a queue in one interpreter over to another interpreter. See #139383 (comment).
The docs entry for concurrent.interpreters.create_queue()
should call this case out specifically and include a short example code snippet. It would probably be smart to add something similar to the docs entry for Interpreter.prepare_main()
; the original motivation for that method was to pass a queue to another interpreter.
Metadata
Metadata
Assignees
Labels
3.14bugs and security fixesbugs and security fixes3.15new features, bugs and security fixesnew features, bugs and security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dirtopic-subinterpreters
Projects
Status
Todo
Status
Todo