Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp470 auto gil_state = PyGILState_Ensure(); in ~ScriptInterpreterPythonImpl() local
472 PyGILState_Release(gil_state); in ~ScriptInterpreterPythonImpl()