[Lldb-commits] [PATCH] Fixing of Bug 32920 - Potentially premature destroying of the locker in Python interpreter

Tatyana Krasnukha via lldb-commits lldb-commits at lists.llvm.org
Tue May 23 11:08:04 PDT 2017


CreateStructuredDictionary() needs the GIL to be held because it calls PyList_GET_SIZE from a nested function.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170523/b7b365a9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ScriptInterpreterPython.cpp.patch
Type: application/octet-stream
Size: 1138 bytes
Desc: ScriptInterpreterPython.cpp.patch
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170523/b7b365a9/attachment.obj>


More information about the lldb-commits mailing list