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.

作者 pitrou
收信人 Sean Murphy, davin, kumaar.nd, pitrou
日期 2017-07-22.21:21:47
SpamBayes Score -1.0
Marked as misclassified
Message-id <1500758507.85.0.923640519501.issue28965@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2017-07-22 21:21:47pitrou修改recipients: + pitrou, davin, kumaar.nd, Sean Murphy
2017-07-22 21:21:47pitrou修改messageid: <1500758507.85.0.923640519501.issue28965@psf.upfronthosting.co.za>
2017-07-22 21:21:47pitrou链接issue28965 messages
2017-07-22 21:21:47pitrou创建