[all-commits] [llvm/llvm-project] 16bff0: [lldb] Make PythonDataObjects work with Python 2

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jan 24 17:23:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 16bff06790a7652b282352b07250b627e5787c8c
      https://github.com/llvm/llvm-project/commit/16bff06790a7652b282352b07250b627e5787c8c
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp

  Log Message:
  -----------
  [lldb] Make PythonDataObjects work with Python 2

I considered keeping this change strictly downstream. Since we still
have a bunch of places that check for Python 2, I figured it doesn't
harm to land it upstream and avoid the conflict when I eventually do
remove them (hopefully soon!).




More information about the All-commits mailing list