llvm-project
9d193ada
- [lldb] Avoid NotRequired for Python < 3.11 compatibility (#192723)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#192723 - [lldb] Avoid NotRequired for Python < 3.11 compatibility
Author
JDevlieghere
Parents
d1dcce6b
Loading