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

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Fri Aug 1 15:27:57 PDT 2025


  Branch: refs/heads/users/rampitec/08-01-_amdgpu_gfx1250_v_permlane__instructions
  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


  Commit: 148da2cdcdd66ea8bff3d29af4cd3a6b0cbdcf94
      https://github.com/llvm/llvm-project/commit/148da2cdcdd66ea8bff3d29af4cd3a6b0cbdcf94
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.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:
  -----------
  Merge branch 'main' into users/rampitec/08-01-_amdgpu_gfx1250_v_permlane__instructions


Compare: https://github.com/llvm/llvm-project/compare/4b004f272bf6...148da2cdcdd6

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