Files
clang-p2996/lldb/source/Plugins/ScriptInterpreter
Vladislav Dzhidzhoev 058992ea9f [lldb] Fix Python GIL-not-held issue in CreateStructuredDataFromScriptObject (#136309)
TestStructuredDataAPI.py fails with Python debug build ver. 3.12+ due to
call to Py_XINCREF while GIL is not held.
2025-04-18 22:16:35 +02:00
..