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

Tulio Magno Quites Machado Filho via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 27 06:54:25 PDT 2023


tuliom wrote:

[This document](https://docs.python.org/3/library/importlib.html) mentions 3.1.
Many functions were added after 3.6, but none of them are being explicitly used in this patch.
I'm afraid the easiest way to guarantee is by testing with Python 3.6.

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


More information about the lldb-commits mailing list