This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove use of __future__ in python
ClosedPublic

Authored by bulbazord on Aug 11 2023, 2:47 PM.

Details

Summary

These were useful primarily for the Python 2 to 3 transition. Python 2
is no longer supported so these are no longer necessary.

Diff Detail

Event Timeline

bulbazord created this revision.Aug 11 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 2:47 PM
bulbazord requested review of this revision.Aug 11 2023, 2:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 2:47 PM
mib accepted this revision.Aug 11 2023, 4:59 PM

LGTM! Although we should make sure no one is still using Python 2 downstream

This revision is now accepted and ready to land.Aug 11 2023, 4:59 PM
JDevlieghere accepted this revision.Aug 14 2023, 2:01 PM

LGTM! Although we should make sure no one is still using Python 2 downstream

Python 2 has been deprecated for a while and we've removed other stuff that makes it no longer possible to use Python 2.

This revision was automatically updated to reflect the committed changes.