[PATCH] D68138: [utils] Fix incompatibility of bisect[-skip-count] with Python 3

Mikhail Maltsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 30 01:18:18 PDT 2019


miyuki added a comment.

In D68138#1686487 <https://reviews.llvm.org/D68138#1686487>, @greened wrote:

> What happens when this is run with python 2 in the path?  Should this explicitly run via `python3`?


No, the scripts are now compatible with both python 2 and 3, I've checked that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68138





More information about the llvm-commits mailing list