This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author max
Recipients davin, docs@python, max
Date 2017-03-12.00:46:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489279596.17.0.239300163841.issue29795@psf.upfronthosting.co.za>
In-reply-to
Content
How about inserting this text somewhere:

Note that sharing and synchronization objects (such as `Queue()`, `Pipe()`, `Manager()`, `Lock()`, `Semaphore()`) should be made available to a new process by passing them as arguments to the `target` function invoked by the `run()` method. Making these objects visible through global variables will only work when the process was started using `fork` (and as such sacrifices portability for no special benefit).
History
Date User Action Args
2017-03-12 00:46:36maxsetrecipients: + max, docs@python, davin
2017-03-12 00:46:36maxsetmessageid: <1489279596.17.0.239300163841.issue29795@psf.upfronthosting.co.za>
2017-03-12 00:46:36maxlinkissue29795 messages
2017-03-12 00:46:35maxcreate