[PATCH] D82767: clang-format: Explicitly use python3
serge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 15 00:37:20 PDT 2020
serge-sans-paille added a comment.
>> My understanding is that explicitly requiring python3 may make sense if the script is not backward-compatible with python2, while requiring python means the version is not important.
>> At the end-of-year, we should be able to harmonize shebangs to #!/usr/bin/env python3 or #!/usr/bin/env python
>
> Fixing this to be consistent would be an improvement
Change proposed in https://reviews.llvm.org/D83857
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82767/new/
https://reviews.llvm.org/D82767
More information about the cfe-commits
mailing list