[PATCH] D67882: [LNT] Python 3 support: make leaf classes inherit from object

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 08:21:31 PDT 2019


hubert.reinterpretcast added a comment.

In D67882#1697616 <https://reviews.llvm.org/D67882#1697616>, @thopre wrote:

> I think we should make LNT Python 3 only as soon as it can work in that mode, so the less compability code we can add the better. Do you agree with that approach?


I agree with the approach of minimizing compatibility code. I am not sure about proactively dropping Python 2 support. As you said, the amount of commits going into LNT is low, so keeping Python 2 compatibility once the Python 3 mode works won't cost much development effort.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67882/new/

https://reviews.llvm.org/D67882





More information about the llvm-commits mailing list