[all-commits] [llvm/llvm-project] 858a28: [lldb] Remove outdated comment and radar link (NFC)
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Sun Jul 30 13:52:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 858a2865d3008b35f22597a411b2b4f7110aaa15
https://github.com/llvm/llvm-project/commit/858a2865d3008b35f22597a411b2b4f7110aaa15
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-07-30 (Sun, 30 Jul 2023)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Log Message:
-----------
[lldb] Remove outdated comment and radar link (NFC)
The comment and radar referenced PyThreadState_Get which is no longer
used there and instead has been replaced to a call to
PyThreadState_GetDict which has different semantics. Unlike
PyThreadState_Get, it can return NULL and it is okay to call this
function when no current thread state is available.
More information about the All-commits
mailing list