Files
clang-p2996/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
Troy Butler af8445e9ce [lldb] Replace condition that always evaluates to false (#89685)
Addresses issue #87243. 

The current code incorrectly checks the validity of ```obj``` twice when
it should be checking the new ```str_obj``` pointer.

Signed-off-by: Troy-Butler <squintik@outlook.com>
Co-authored-by: Troy-Butler <squintik@outlook.com>
2024-04-22 20:17:51 -07:00

43 KiB