llvm-project
df392b51
- [lldb] Reimplment PyRun_String using the Python stable C API (#151761)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#151761 - [lldb] Reimplment PyRun_String using the Python stable C API
Author
JDevlieghere
Parents
66e8163f
Loading