Warning message for exceptions raised in __del__()

后端 未结 0 1106
夕颜
夕颜 2020-12-18 06:52

I have this simple example of raising an exception in __del__:

class A:
    def __del__(self):
        rai         


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