I can't get exception info inside a thread in Python 3?

后端 未结 0 470
别跟我提以往
别跟我提以往 2021-02-10 00:26

I\'ve been able to get information from exceptions inside except blocks doing stuff like the following:

def get_traceback(err):
    exception_info = traceback.for         


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