[Lldb-commits] [lldb] [lldb] Eliminate InitializePythonRAII::InitializeThreadsPrivate (NFC) (PR #151780)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 1 16:18:09 PDT 2025


JDevlieghere wrote:

This is in preparation for eliminating the call to `PyGILState_Check` and calling `PyGILState_Ensure` directly as part of https://github.com/llvm/llvm-project/issues/151617. 

https://github.com/llvm/llvm-project/pull/151780


More information about the lldb-commits mailing list