New submission from Anton Patrushev <[email protected]>:
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.
----------
nosy: +apatrushev
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue31830>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com