I have this simple example of raising an exception in __del__:
__del__
class A: def __del__(self): rai