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 apatrushev
Recipients apatrushev, asvetlov, cannedrag, yselivanov
Date 2018-07-26.13:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532612408.7.0.56676864532.issue31830@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is invalid. I just added the following lines to the end of your main:
```
    line = await asyncio.wait_for(process.stderr.readline(), 10)
    print(line)
```

and got additional info:
```
b'/bin/bash: echo local: command not found\n'
```

So the problem is not in asyncio.
History
Date User Action Args
2018-07-26 13:40:08apatrushevsetrecipients: + apatrushev, asvetlov, yselivanov, cannedrag
2018-07-26 13:40:08apatrushevsetmessageid: <1532612408.7.0.56676864532.issue31830@psf.upfronthosting.co.za>
2018-07-26 13:40:08apatrushevlinkissue31830 messages
2018-07-26 13:40:08apatrushevcreate