Files
llvm-project/lldb/examples/python/performance.py
David Spickett 7ab271cbd2 [lldb][examples] Use Python3 versions of types module in performance.py
2.x had ListType and StringTypes (https://docs.python.org/2.7/library/types.html),
3.x removed these (https://docs.python.org/3.0/library/types.html).

We can use "str" and "list" directly as in 3.x all strings are
just "str", and ListType was always an alias to "list".
2025-10-16 09:54:53 +00:00

16 KiB
Executable File