This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove Python 2 support from the ScriptInterpreter plugin
ClosedPublic

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

Details

Summary

We dropped downstream support for Python 2 in the previous release. Now that we have branched for the next release the window where this kind of change could introduce conflicts is closing too. Start by getting rid of Python 2 support in the Script Interpreter plugin.

Diff Detail