[all-commits] [llvm/llvm-project] 4d1ae5: [lldb] Reimplment PyRun_SimpleString using the Pyt...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Aug 1 16:18:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d1ae58d9e1d679cd0f35ce935579df221b14882
      https://github.com/llvm/llvm-project/commit/4d1ae58d9e1d679cd0f35ce935579df221b14882
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp

  Log Message:
  -----------
  [lldb] Reimplment PyRun_SimpleString using the Python stable C API (#151777)

Reimplment `PyRun_SimpleString` using the Python stable C API and the
`RunString` helper.

Part of https://github.com/llvm/llvm-project/issues/151617



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list