[all-commits] [llvm/llvm-project] 56f9cf: [lldb] Remove uses of six module (NFC)
Dave Lee via All-commits
all-commits at lists.llvm.org
Thu Aug 11 19:06:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56f9cfe30c4488aade888905bb6280ecb952a613
https://github.com/llvm/llvm-project/commit/56f9cfe30c4488aade888905bb6280ecb952a613
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M lldb/bindings/interface/SBData.i
M lldb/bindings/python/python.swig
M lldb/examples/python/scripted_process/scripted_process.py
M lldb/examples/summaries/synth.py
M lldb/packages/Python/lldbsuite/support/encoded_file.py
M lldb/packages/Python/lldbsuite/support/seven.py
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/packages/Python/lldbsuite/test/lldbplatform.py
M lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/lldbutil.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/test/API/api/listeners/TestListener.py
M lldb/test/API/commands/command/script/import/thepackage/TPunitA.py
M lldb/test/API/commands/command/script/import/thepackage/TPunitB.py
M lldb/test/API/commands/process/launch/TestProcessLaunch.py
M lldb/test/API/functionalities/gdb_remote_client/TestGdbClientModuleLoad.py
M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpNew.py
M lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
M lldb/test/API/functionalities/postmortem/minidump/TestMiniDump.py
M lldb/test/API/functionalities/postmortem/wow64_minidump/TestWow64MiniDump.py
M lldb/test/API/python_api/frame/TestFrames.py
M lldb/test/API/terminal/TestSTTYBeforeAndAfter.py
M lldb/test/API/test_utils/base/TestBaseTest.py
M lldb/third_party/Python/module/progress/progress.py
M lldb/third_party/Python/module/unittest2/unittest2/case.py
M lldb/third_party/Python/module/unittest2/unittest2/main.py
M lldb/third_party/Python/module/unittest2/unittest2/result.py
M lldb/third_party/Python/module/unittest2/unittest2/suite.py
M lldb/third_party/Python/module/unittest2/unittest2/test/test_case.py
M lldb/third_party/Python/module/unittest2/unittest2/test/test_functiontestcase.py
Log Message:
-----------
[lldb] Remove uses of six module (NFC)
With lldb (& llvm) requiring Python 3.6+, use of the `six` module can be removed.
Differential Revision: https://reviews.llvm.org/D131304
More information about the All-commits
mailing list