================ @@ -1112,6 +1110,7 @@ class PyConcreteAttribute : public BaseTy { /// bindings so such operation always exists). class PyValue { public: + virtual ~PyValue() = default; ---------------- makslevental wrote: Done. https://github.com/llvm/llvm-project/pull/69644