[Lldb-commits] [lldb] [lldb] Replace the usage of module imp with module importlib (PR #70443)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 27 11:16:59 PDT 2023


https://github.com/bulbazord commented:

`importlib` has been around since Python 3.1, maybe we shouldn't have the conditional logic to use `imp` instead? I'm pretty sure the minimum supported version is 3.6 since that's what LLVM requires.

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


More information about the lldb-commits mailing list