[Lldb-commits] [PATCH] D51569: Hold GIL while allocating memory for PythonString.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 4 07:36:47 PDT 2018


clayborg added a comment.

Not sure about this one. IIUC we now wouldn't take the GIL for these functions now and hope that the str() function doesn't do something that would require thread safety?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51569





More information about the lldb-commits mailing list