Home  >  Q&A  >  body text

django - python3 中如何在线程出现 exception 的时候退出整个进程?

我看了 faulthandler 的文档。它没法满足我的需求。我要的是能捕获到并且 os.exit 。
如果能像 django 那样打印出 local vars 的值就更好了。

巴扎黑巴扎黑2766 days ago348

reply all(1)I'll reply

  • 大家讲道理

    大家讲道理2017-04-17 13:19:11

    Wouldn’t it be better if you add try...except at the outermost part of the thread code?

    reply
    0
  • Cancelreply