LLDB only supports Python3 now, so the six shim for Python2 is no longer necessary.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142140
[lldb] Remove legacy six module for py2->py3 ClosedPublic Authored by rupprecht on Jan 19 2023, 10:18 AM.
Details Summary LLDB only supports Python3 now, so the six shim for Python2 is no longer necessary.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 19 2023, 10:25 AM Closed by commit rG5ed6d99a8311: [lldb] Remove legacy six module for py2->py3 (authored by rupprecht). · Explain WhyJan 24 2023, 7:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 491986 lldb/bindings/python/CMakeLists.txt
lldb/cmake/modules/LLDBConfig.cmake
lldb/third_party/Python/module/six/LICENSE
lldb/third_party/Python/module/six/six.py
|