This is an archive of the discontinued LLVM Phabricator instance.

[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.
'python3' is Python 3 only. Python 2.7 End of Life is set to January 1,

  1. Getting rid of Python 2 support reduces maintenance burden.

Event Timeline

MaskRay created this revision.Nov 26 2019, 10:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 26 2019, 10:43 AM

Can do this change for everything llvm/utils/update_*-related at once?

MaskRay updated this revision to Diff 231739.Dec 2 2019, 10:49 AM

Update all update_*_checks.py

lebedev.ri accepted this revision.Dec 2 2019, 10:56 AM

I'm okay with this.

This revision is now accepted and ready to land.Dec 2 2019, 10:56 AM
This revision was automatically updated to reflect the committed changes.