[all-commits] [llvm/llvm-project] 5ed6d9: [lldb] Remove legacy six module for py2->py3
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Tue Jan 24 19:46:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ed6d99a8311e54762df3d40dfb1d12578aaa4f5
https://github.com/llvm/llvm-project/commit/5ed6d99a8311e54762df3d40dfb1d12578aaa4f5
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M lldb/bindings/python/CMakeLists.txt
M lldb/cmake/modules/LLDBConfig.cmake
R lldb/third_party/Python/module/six/LICENSE
R lldb/third_party/Python/module/six/six.py
Log Message:
-----------
[lldb] Remove legacy six module for py2->py3
LLDB only supports Python3 now, so the `six` shim for Python2 is no longer necessary.
Reviewed By: JDevlieghere
Differential Revision: https://reviews.llvm.org/D142140
More information about the All-commits
mailing list