[Lldb-commits] [lldb] [lldb] Replace the usage of module imp with module importlib (PR #70443)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 27 06:42:26 PDT 2023
DavidSpickett wrote:
Do you know when `importlib` was added? I wonder if the overlap is enough to not need a fallback. We appear to advertise a 3.6 or 3.7 minimum in our documentation, and llvm wants >=3.6 (https://llvm.org/docs/GettingStarted.html#software).
@JDevlieghere will know for sure.
https://github.com/llvm/llvm-project/pull/70443
More information about the lldb-commits
mailing list