[Lldb-commits] [PATCH] D142140: [lldb] Remove legacy six module for py2->py3

Jordan Rupprecht via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 19 10:18:31 PST 2023


rupprecht created this revision.
Herald added a project: All.
rupprecht requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

LLDB only supports Python3 now, so the `six` shim for Python2 is no longer necessary.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142140

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142140.490582.patch
Type: text/x-patch
Size: 34011 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230119/8be64a69/attachment-0001.bin>


More information about the lldb-commits mailing list