[all-commits] [llvm/llvm-project] df392b: [lldb] Reimplment PyRun_String using the Python st...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Aug 1 15:27:35 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: df392b518b7e187f72c036a611feca75ea8b796b
      https://github.com/llvm/llvm-project/commit/df392b518b7e187f72c036a611feca75ea8b796b
  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/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp

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

Reimplement `PyRun_String` using `Py_CompileString` and`
PyEval_EvalCode`, which are part of the stable C API.

Part of #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