[PATCH] D67879: [LNT] Python 3 support: import object when inheriting from it

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 21 10:22:55 PDT 2019


thopre created this revision.
thopre added reviewers: cmatthews, hubert.reinterpretcast, kristof.beyls.
thopre added a parent revision: D67878: [LNT] Python 3 support: use Python 3 urllib.
thopre added a child revision: D67880: [LNT] Python 3 support: use chr instead of unichr.

Import object from builtins for existing inheritance from object. This
was produced by running futurize's stage2 libfuturize.fixes.fix_object.


https://reviews.llvm.org/D67879

Files:
  lnt/lnttool/admin.py
  lnt/server/db/migrations/upgrade_11_to_12.py
  lnt/server/db/migrations/upgrade_1_to_2.py
  lnt/server/db/testsuite.py
  lnt/server/db/testsuitedb.py
  lnt/server/db/v4db.py
  lnt/server/instance.py
  lnt/server/reporting/analysis.py
  lnt/server/reporting/dailyreport.py
  lnt/server/reporting/latestrunsreport.py
  lnt/server/reporting/summaryreport.py
  lnt/server/ui/app.py
  lnt/server/ui/regression_views.py
  lnt/server/ui/views.py
  lnt/testing/__init__.py
  lnt/testing/profile/profile.py
  lnt/testing/profile/profilev2impl.py
  lnt/testing/util/misc.py
  lnt/testing/util/valgrind.py
  lnt/tests/builtintest.py
  lnt/tests/nt.py
  tests/SharedInputs/FakeCompilers/fakecompiler.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67879.221183.patch
Type: text/x-patch
Size: 7222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190921/f6f78716/attachment.bin>


More information about the llvm-commits mailing list