[Lldb-commits] [PATCH] D49411: Move from StringRef to std::string in the ScriptInterpreter API
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 17 10:45:19 PDT 2018
teemperor added a comment.
@clayborg Seems reasonable, even though the Python docs say that we should use Py_ssize_t instead of int. I'll update the patch.
https://reviews.llvm.org/D49411
More information about the lldb-commits
mailing list