llvm-project
df392b51 - [lldb] Reimplment PyRun_String using the Python stable C API (#151761)

Commit
99 days ago
[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
Author
Parents
Loading