When reading some settings from a Python script, getting a boolean option via StructuredData::Object::GetAsBoolean fails unexpectedly: PyBool_Type values fall to PythonInteger (and StructuredData::Integer as well). This patch adds PythonBoolean type to make GetAsBoolean working for Python.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLDB LLDB