Files
llvm-project/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
Jonas Devlieghere df392b518b [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
2025-08-01 15:27:14 -07:00

30 KiB