gpt4 book ai didi

python:运行超时进程并捕获stdout、stderr和退出状态

转载 作者:太空狗 更新时间:2023-10-29 20:35:00 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
subprocess with timeout

在 Python 中执行以下操作的最简单方法是什么:

  • 运行外部进程
  • 捕获字符串中的标准输出、标准错误和退出状态
  • 设置超时。

我想要这样的东西:

import proc

try:
status, stdout, stderr = proc.run(["ls", "-l"], timeout=10)
except proc.Timeout:
print "failed"

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com