Don't access Python objects while not holding the GIL.
authorZachary Turner <zturner@google.com>
Sun, 9 Jul 2017 23:32:15 +0000 (23:32 +0000)
committerZachary Turner <zturner@google.com>
Sun, 9 Jul 2017 23:32:15 +0000 (23:32 +0000)
commitac43c1bb87ac24550c4b1203abf2d783e58619fe
tree504b0813452b268d6428f32c10a66bff258207cc
parent3733fc401112640a4b82e4556ba8e9fa4f106cbd
Don't access Python objects while not holding the GIL.

Patch by Tatyana Krasnukha
Differential Revision: https://reviews.llvm.org/D34942

llvm-svn: 307512
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp