[Lldb-commits] [lldb] [lldb] Add type hints to gdbclientutils.py (PR #162172)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 7 13:06:45 PDT 2025
JDevlieghere wrote:
> Everything in this should be python 3.9. The docs say the minimum is 3.8 but there's existing code in this suite that needs 3.9 so I think 3.9 is ok.
That shouldn't be the case. I believe for Swift we have at least one bot that still uses 3.8. If we want to bump the minimum version we should do that through an RFC like David did: https://discourse.llvm.org/t/rfc-lets-document-and-enforce-a-minimum-python-version-for-lldb/82731/20
https://github.com/llvm/llvm-project/pull/162172
More information about the lldb-commits
mailing list