In asyncio's Process.communicate() input=None does not close stdin. Workaround it by using b'' instead of None. https://bugs.python.org/issue39744 |
||
|---|---|---|
| .. | ||
| mix | ||
| __init__.py | ||
| adminvm.py | ||
| appvm.py | ||
| dispvm.py | ||
| qubesvm.py | ||
| standalonevm.py | ||
| templatevm.py | ||
In asyncio's Process.communicate() input=None does not close stdin. Workaround it by using b'' instead of None. https://bugs.python.org/issue39744 |
||
|---|---|---|
| .. | ||
| mix | ||
| __init__.py | ||
| adminvm.py | ||
| appvm.py | ||
| dispvm.py | ||
| qubesvm.py | ||
| standalonevm.py | ||
| templatevm.py | ||