[Lldb-commits] [lldb] [lldb] Add type hints to gdbclientutils.py (PR #162172)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 7 02:17:33 PDT 2025


DavidSpickett 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.

Please cite the things you need 3.9 for and the existing code that requires 3.9.

It's probably fine, we don't have many people running lldb tests on old machines, but if it's for some small thing then we don't need to take the risk.

(and yes LLVM really needs to bump the minimum python, but it hasn't so far and I don't want to bet on it doing so any time soon)

https://github.com/llvm/llvm-project/pull/162172


More information about the lldb-commits mailing list