Python: Getting a traceback from a multiprocessing.Process

前端 未结 7 1404
后悔当初
后悔当初 2020-11-30 01:45

I am trying to get hold of a traceback object from a multiprocessing.Process. Unfortunately passing the exception info through a pipe does not work because traceback objects

7条回答
  •  既然无缘
    2020-11-30 02:28

    that means you dont have to try/except anything and it will automatically handle it for you? or maybe i dont understand

提交回复
热议问题