[all-commits] [llvm/llvm-project] 2260eb: [lldb] Replace the usage of module imp with module...
Tulio Magno Quites Machado Filho via All-commits
all-commits at lists.llvm.org
Tue Oct 31 13:09:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2260ebf7b6df15db96c76039758dd9dbf009c334
https://github.com/llvm/llvm-project/commit/2260ebf7b6df15db96c76039758dd9dbf009c334
Author: Tulio Magno Quites Machado Filho <tuliom at redhat.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M lldb/scripts/use_lldb_suite.py
M lldb/test/API/use_lldb_suite.py
Log Message:
-----------
[lldb] Replace the usage of module imp with module importlib (#70443)
imp got removed in Python 3.12 [1] and the community recommends using
importlib in newer Python versions.
[1] https://docs.python.org/3.12/whatsnew/3.12.html#imp
More information about the All-commits
mailing list