[PATCH] D68138: [utils] Fix incompatibility of bisect[-skip-count] with Python 3
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 08:56:34 PDT 2019
greened added a comment.
Should this use `from __future__ import print_function` to avoid someone accidentially printing arguments as a tuple?
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