[all-commits] [llvm/llvm-project] 4d1ae5: [lldb] Reimplment PyRun_SimpleString using the Pyt...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Fri Aug 1 16:22:41 PDT 2025
Branch: refs/heads/users/rampitec/08-01-_amdgpu_gfx1250_v_cvt_scalef32_pk8__instructions
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
Commit: 53492b547e5df42c1827afbb6e36bae698b1e2c3
https://github.com/llvm/llvm-project/commit/53492b547e5df42c1827afbb6e36bae698b1e2c3
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/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
Log Message:
-----------
Merge branch 'main' into users/rampitec/08-01-_amdgpu_gfx1250_v_cvt_scalef32_pk8__instructions
Compare: https://github.com/llvm/llvm-project/compare/fb0ab28cd513...53492b547e5d
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