[PATCH] D68779: [LNT][NFC] Fix global import in function

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 12:17:09 PST 2019


thopre added a comment.

In D68779#1771332 <https://reviews.llvm.org/D68779#1771332>, @cmatthews wrote:

> I think we need testing on all versions of python we support.  I suggest one version on 3 that is recent only.   We currently have no python3 users, so maybe just 3.6 and newer?


Sounds good. We can lower if we feel necessary later on. Since the LNT codebase is not Python 3 compatible at this point, I've removed the Python 3 version check from this patch and moved it into a separate patch later in the patch series once Python 3 compatibility is achieved and testing with Python3 is enabled: https://reviews.llvm.org/D71085


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

https://reviews.llvm.org/D68779





More information about the llvm-commits mailing list