llvm-project
ac0ad509
- [lldb] Use PyThread_get_thread_ident instead of accessing PyThreadState (#153460)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#153460 - [lldb] Use PyThread_get_thread_ident instead of accessing PyThreadState
Author
JDevlieghere
Parents
91418ecb
Loading