https://github.com/JDevlieghere requested changes to this pull request.
This doesn't look right. The exit method offers guaranteed, predictable resource cleanup, while `__del__` is a non-guaranteed destructor called by the garbage collector. The correct solution seems to update the decorator to use ` with` statement like all the other places this is used. https://github.com/llvm/llvm-project/pull/176463 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
