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 pitrou
Recipients Sean Murphy, davin, kumaar.nd, pitrou
Date 2017-07-22.21:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500758507.85.0.923640519501.issue28965@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, this is really an error in your script.  If you add `p.join()` to wait for the process to end, you'll see no error pops up.  What really happens is that the parent process ends before the child is fully started, and the resource underlying the queue is cleaned up at this point.
History
Date User Action Args
2017-07-22 21:21:47pitrousetrecipients: + pitrou, davin, kumaar.nd, Sean Murphy
2017-07-22 21:21:47pitrousetmessageid: <1500758507.85.0.923640519501.issue28965@psf.upfronthosting.co.za>
2017-07-22 21:21:47pitroulinkissue28965 messages
2017-07-22 21:21:47pitroucreate