llvm-project
9d193ada - [lldb] Avoid NotRequired for Python < 3.11 compatibility (#192723)

Commit
157 days ago
[lldb] Avoid NotRequired for Python < 3.11 compatibility (#192723) NotRequired was added in Python 3.11, while the minimum supported Python for LLDB is 3.8. Avoid it by using `Dict[str, Any]` instead.
Author
Parents
Loading