Have subprocess.Popen only wait on its child process to return, but not any grandchildren

前端 未结 0 1569
没有蜡笔的小新
没有蜡笔的小新 2020-12-18 18:53

I have a python script that does this:

p = subprocess.Popen(pythonscript.py, stdin=PIPE, stdout=PIPE, stderr=PIPE, shell=False) 
theStdin=request.input.encode         


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