Since python2 is dead, moving to python3 is the way to move forward, since it fixes e.g. autopkgtests on Debian, and Ubuntu, where python2 is not installed anymore on the system.
This is semi automated patch, made with some sed commands.
Details
Details
- Reviewers
bollu NoQ njames93 lebedev.ri
Diff Detail
Diff Detail
Event Timeline
Comment Actions
@LocutusOfBorg - a grep of llvm-project *.py files is not finding many matches for python2 - I'm assuming this was handled (e.g. update_cc_test_checks.py was updated in D129590).
There might still be a few missed cases (or references to python2 in comments)?