标签: python windows process subprocess
我通过以下方式创建子流程,希望子流程在主流程完成或被杀死时终止。
subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE)
我该怎么办,非常感谢!