We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bab400 commit f1097e8Copy full SHA for f1097e8
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
@@ -2442,7 +2442,7 @@ ConstString ScriptInterpreterPythonImpl::GetSyntheticTypeName(
2442
return {};
2443
2444
PythonString type_name(PyRefType::Borrowed, py_return.get());
2445
- return ConstString(py_string.GetString());
+ return ConstString(type_name.GetString());
2446
}
2447
2448
bool ScriptInterpreterPythonImpl::RunScriptFormatKeyword(
0 commit comments