Files
clang-p2996/llvm/utils/lldbDataFormatters.py
Alexander Richardson db9811cd13 Make lldbDataFormatters.py compatible with Python 3.8 (#82518)
I just tried to load this into LLDB built against Python 3.8.5 and got
the following error: `TypeError: 'type' object is not subscriptable`. I
could fix this by wrapping the annotations in quotes but since Python
3.7 this syntax can be enabled with `from __future__ import
annotations`.
2024-02-21 11:53:01 -08:00

14 KiB