[Lldb-commits] [PATCH] D157759: [lldb] Remove use of __future__ in python
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 11 14:47:48 PDT 2023
bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, mib, kastiglione, DavidSpickett.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
These were useful primarily for the Python 2 to 3 transition. Python 2
is no longer supported so these are no longer necessary.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157759
Files:
lldb/docs/conf.py
lldb/packages/Python/lldbsuite/support/gmodules.py
lldb/packages/Python/lldbsuite/test/__init__.py
lldb/packages/Python/lldbsuite/test/bench.py
lldb/packages/Python/lldbsuite/test/configuration.py
lldb/packages/Python/lldbsuite/test/decorators.py
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/dotest_args.py
lldb/packages/Python/lldbsuite/test/lldb_pylint_helper.py
lldb/packages/Python/lldbsuite/test/lldbbench.py
lldb/packages/Python/lldbsuite/test/lldbinline.py
lldb/packages/Python/lldbsuite/test/lldbpexpect.py
lldb/packages/Python/lldbsuite/test/lldbplatform.py
lldb/packages/Python/lldbsuite/test/lldbplatformutil.py
lldb/packages/Python/lldbsuite/test/lldbtest.py
lldb/packages/Python/lldbsuite/test/lldbutil.py
lldb/packages/Python/lldbsuite/test/test_categories.py
lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
lldb/packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
lldb/scripts/android/host_art_bt.py
lldb/third_party/Python/module/progress/progress.py
lldb/third_party/Python/module/unittest2/unittest2/test/test_result.py
lldb/third_party/Python/module/unittest2/unittest2/test/test_unittest2_with.py
lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py
lldb/utils/lui/lldbutil.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157759.549524.patch
Type: text/x-patch
Size: 10163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230811/fc44780d/attachment-0001.bin>
More information about the lldb-commits
mailing list