Re: asyncio subprocess PIPE output lost

2014-08-20 Thread Mark Lawrence
On 20/08/2014 05:04, yuzhichang wrote: Would you please access this list via https://mail.python.org/mailman/listinfo/python-list or read and action this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing double line spacing and single line paragraphs, thanks. -- My fellow

Re: asyncio subprocess PIPE output lost

2014-08-19 Thread yuzhichang
On Wednesday, August 20, 2014 1:08:17 AM UTC+8, Kushal Kumaran wrote: > On Tue, Aug 19, 2014 at 1:09 PM, yuzhichang wrote: > > > Hi all, > > > I'm new to asyncio introduced by Python 3.4. I created two tasks each > > pings a host. I noticed some pieces of output will be lost(see "error: >

Re: asyncio subprocess PIPE output lost

2014-08-19 Thread Kushal Kumaran
On Tue, Aug 19, 2014 at 1:09 PM, yuzhichang wrote: > Hi all, > I'm new to asyncio introduced by Python 3.4. I created two tasks each > pings a host. I noticed some pieces of output will be lost(see "error: found > icmp_seq gap"). If I changed to run only one task, this problem never occur. >