python subprocess Popen.communicate() gets stuck after first time called

后端 未结 0 1240
被撕碎了的回忆
被撕碎了的回忆 2021-01-05 01:18

I have a child subprocess created via

import subprocess

proc = subprocess.Popen(my_command,
                        stdin=subprocess.PIPE,
                           


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题