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 highvelcty
Recipients TwistedSim, highvelcty, tim.peters
Date 2019-10-07.19:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570477844.92.0.159873146509.issue32879@roundup.psfhosted.org>
In-reply-to
Content
multiprocessing.SimpleQueue is another workaround to this issue.

I agree the docs should be clearer about this. Additionally, it would be helpful if there was a way to optionally put an item on a multiprocessing.Queue and block until the item has been written to the pipe (or block until it is safe to mutate,garbage collect,etc the item in the calling thread).
History
Date User Action Args
2019-10-07 19:50:44highvelctysetrecipients: + highvelcty, tim.peters, TwistedSim
2019-10-07 19:50:44highvelctysetmessageid: <1570477844.92.0.159873146509.issue32879@roundup.psfhosted.org>
2019-10-07 19:50:44highvelctylinkissue32879 messages
2019-10-07 19:50:44highvelctycreate