'python' means Python 2 on some platforms while Python 3 on others.
'python3' is Python 3 only. Python 2.7 End of Life is set to January 1,
- Getting rid of Python 2 support reduces maintenance burden.
Paths
| Differential D70730
[UpdateTestChecks] Change shebang from python to python3 ClosedPublic Authored by MaskRay on Nov 26 2019, 10:43 AM.
Details Summary 'python' means Python 2 on some platforms while Python 3 on others.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2019, 10:56 AM Closed by commit rG195eb9034af3: [UpdateTestChecks] Change shebang from python to python3 (authored by MaskRay). · Explain WhyDec 3 2019, 1:58 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 231983 llvm/utils/update_analyze_test_checks.py
llvm/utils/update_llc_test_checks.py
llvm/utils/update_mca_test_checks.py
llvm/utils/update_mir_test_checks.py
llvm/utils/update_test_checks.py
|