Files
clang-p2996/lldb/scripts
Tatyana Krasnukha bc555237a4 Hold GIL while allocating memory for PythonString.
Summary:
Swig wraps C++ code into SWIG_PYTHON_THREAD_BEGIN_ALLOW; ...  SWIG_PYTHON_THREAD_END_ALLOW;
Thus, LLDB crashes with "Fatal Python error: Python memory allocator called without holding the GIL" when calls an lldb_SB***___str__ function.

Reviewers: clayborg

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D51569

llvm-svn: 341482
2018-09-05 17:07:29 +00:00
..
2014-07-01 21:22:11 +00:00
2017-09-14 20:22:49 +00:00
2014-07-01 21:22:11 +00:00
2015-01-16 23:16:22 +00:00
2017-02-04 00:20:24 +00:00
2018-05-21 19:47:45 +00:00