llvm-project
ac0ad509 - [lldb] Use PyThread_get_thread_ident instead of accessing PyThreadState (#153460)

Commit
48 days ago
[lldb] Use PyThread_get_thread_ident instead of accessing PyThreadState (#153460) Use `PyThread_get_thread_ident`, which is part of the Stable API, instead of accessing a member of the PyThreadState, which is opaque when using the Stable API.
Author
Parents
Loading