Should I explicitly close asyncio.create_subprocess_shell process?

后端 未结 0 1910
谎友^
谎友^ 2021-02-05 01:35

I have the following function, which opens a program and prints out the output one character at a time:

async def run_command():
    st = os.stat(\'./myprogram\')         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题