Home
last modified time | relevance | path

Searched refs:py_value (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonExceptionState.cpp42 PyObject *py_value = nullptr; in Acquire() local
44 PyErr_Fetch(&py_type, &py_value, &py_traceback); in Acquire()
50 m_value.Reset(PyRefType::Owned, py_value); in Acquire()