================ @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# FIXME: remove when LLDB_MINIMUM_PYTHON_VERSION > 3.8 +from __future__ import annotations ---------------- ashgti wrote:
Ah, okay nevermind https://github.com/llvm/llvm-project/pull/173264 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
