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.

作者 vstinner
收信人 Andrew.Boettcher, ajaksu2, akira, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, gvanrossum, janzert, josiahcarlson, martin.panter, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python, vstinner, yselivanov
日期 2014-07-23.23:51:33
SpamBayes Score -1.0
Marked as misclassified
Message-id <1406159493.72.0.265844627577.issue1191964@psf.upfronthosting.co.za>
In-reply-to
内容
> I have implemented and would continue to lean towards continuing to hide BrokenPipeError on the additional API endpoints.

FYI asyncio.Process.communicate() ignores BrokenPipeError and ConnectionResetError, whereas asyncio.Process.stdin.drain() (coroutine to wait until all bytes are written) raises a BrokenPipeError or ConnectionResetError if the child process exited. I think subprocess has the same design.

(I modified recently asyncio to ignore BrokenPipeError in communicate(), it was a bug.)
历史
日期 用户 动作 参数
2014-07-23 23:51:34vstinner修改recipients: + vstinner, gvanrossum, josiahcarlson, astrand, parameter, techtonik, giampaolo.rodola, ajaksu2, ooooooooo, v+python, r.david.murray, cvrebert, ericpruitt, akira, Andrew.Boettcher, rosslagerwall, sbt, martin.panter, janzert, yselivanov, eryksun
2014-07-23 23:51:33vstinner修改messageid: <1406159493.72.0.265844627577.issue1191964@psf.upfronthosting.co.za>
2014-07-23 23:51:33vstinner链接issue1191964 messages
2014-07-23 23:51:33vstinner创建