================ @@ -1,5 +1,8 @@ #!/usr/bin/env python3 +# FIXME: remove when LLDB_MINIMUM_PYTHON_VERSION > 3.8 +from __future__ import annotations ---------------- ashgti wrote:
What do you think of following this style https://mypy.readthedocs.io/en/stable/common_issues.html#python-version-and-system-platform-checks of platform checks? https://github.com/llvm/llvm-project/pull/173264 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
