This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove Python 2 checks from the test suite
ClosedPublic

Authored by JDevlieghere on Apr 25 2022, 8:20 PM.

Details

Summary

Remove Python 2 checks from the test suite

Diff Detail

Event Timeline

JDevlieghere created this revision.Apr 25 2022, 8:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2022, 8:20 PM
JDevlieghere requested review of this revision.Apr 25 2022, 8:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2022, 8:20 PM
labath accepted this revision.Apr 25 2022, 10:40 PM
This revision is now accepted and ready to land.Apr 25 2022, 10:40 PM
lanza accepted this revision.Apr 26 2022, 9:15 AM

Are we removing Python2 support?

Are we removing Python2 support?

Yep, AFAIK we were the only ones that still needed it. We dropped support downstream in the previous release and we just rebranched for the next one, so I'm no longer worried about merge conflicts for cherrypicks.