[all-commits] [llvm/llvm-project] e634c2: [lldb] Remove use of __future__ in python

Alex via All-commits all-commits at lists.llvm.org
Mon Aug 14 14:16:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e634c2f7149392b62e93c1b2b75701a12bc06721
      https://github.com/llvm/llvm-project/commit/e634c2f7149392b62e93c1b2b75701a12bc06721
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M lldb/docs/conf.py
    M lldb/packages/Python/lldbsuite/support/gmodules.py
    M lldb/packages/Python/lldbsuite/test/__init__.py
    M lldb/packages/Python/lldbsuite/test/bench.py
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test/lldb_pylint_helper.py
    M lldb/packages/Python/lldbsuite/test/lldbbench.py
    M lldb/packages/Python/lldbsuite/test/lldbinline.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/test_categories.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/scripts/android/host_art_bt.py
    M lldb/third_party/Python/module/progress/progress.py
    M lldb/third_party/Python/module/unittest2/unittest2/test/test_result.py
    M lldb/third_party/Python/module/unittest2/unittest2/test/test_unittest2_with.py
    M lldb/tools/intel-features/intel-mpx/test/TestMPXTable.py
    M lldb/utils/lui/lldbutil.py

  Log Message:
  -----------
  [lldb] Remove use of __future__ in python

These were useful primarily for the Python 2 to 3 transition. Python 2
is no longer supported so these are no longer necessary.

Differential Revision: https://reviews.llvm.org/D157759




More information about the All-commits mailing list